From: <sv...@op...> - 2024-12-05 09:02:42
|
Author: manx Date: Thu Dec 5 10:02:30 2024 New Revision: 22473 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22473 Log: [Imp] build: CI: GitHub: CPA: FreeBSD:Update FreeBSD 14 to 14.2. See r22467. Modified: branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml Modified: branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml Thu Dec 5 10:01:48 2024 (r22472) +++ branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml Thu Dec 5 10:02:30 2024 (r22473) @@ -1,4 +1,4 @@ -name: FreeBSD 14.1 Makefile +name: FreeBSD 14.2 Makefile on: push: @@ -22,7 +22,7 @@ architecture: x86_64 memory: 4G operating_system: freebsd - version: '14.1' + version: '14.2' shell: bash sync_files: runner-to-vm shutdown_vm: false @@ -33,7 +33,7 @@ architecture: x86_64 memory: 4G operating_system: freebsd - version: '14.1' + version: '14.2' shell: bash sync_files: false shutdown_vm: false @@ -46,7 +46,7 @@ architecture: x86_64 memory: 4G operating_system: freebsd - version: '14.1' + version: '14.2' shell: bash sync_files: false shutdown_vm: false @@ -58,7 +58,7 @@ architecture: x86_64 memory: 4G operating_system: freebsd - version: '14.1' + version: '14.2' shell: bash sync_files: false shutdown_vm: false @@ -70,7 +70,7 @@ architecture: x86_64 memory: 4G operating_system: freebsd - version: '14.1' + version: '14.2' shell: bash sync_files: false shutdown_vm: true |