From: <sv...@op...> - 2024-12-05 08:58:16
|
Author: manx Date: Thu Dec 5 09:58:09 2024 New Revision: 22467 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22467 Log: [Imp] build: CI: GitHub: CPA: FreeBSD:Update FreeBSD 14 to 14.2. Modified: trunk/OpenMPT/.github/workflows/FreeBSD-Autotools.yml trunk/OpenMPT/.github/workflows/FreeBSD-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/FreeBSD-Autotools.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/FreeBSD-Autotools.yml Thu Dec 5 09:57:34 2024 (r22466) +++ trunk/OpenMPT/.github/workflows/FreeBSD-Autotools.yml Thu Dec 5 09:58:09 2024 (r22467) @@ -13,7 +13,7 @@ fail-fast: false matrix: include: - - { version: '14.1' } + - { version: '14.2' } - { version: '13.4' } concurrency: Modified: trunk/OpenMPT/.github/workflows/FreeBSD-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/FreeBSD-Makefile.yml Thu Dec 5 09:57:34 2024 (r22466) +++ trunk/OpenMPT/.github/workflows/FreeBSD-Makefile.yml Thu Dec 5 09:58:09 2024 (r22467) @@ -13,9 +13,9 @@ fail-fast: false matrix: include: - - { version: '14.1', deps: sys } - - { version: '14.1', deps: local } - - { version: '14.1', deps: small } + - { version: '14.2', deps: sys } + - { version: '14.2', deps: local } + - { version: '14.2', deps: small } - { version: '13.4', deps: sys } - { version: '13.4', deps: local } - { version: '13.4', deps: small } |