From: <sv...@op...> - 2024-05-14 16:25:11
|
Author: manx Date: Tue May 14 18:25:01 2024 New Revision: 20827 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20827 Log: [New] build: CI: GitHub: Ubuntu: Enable 24.04. See <https://github.com/actions/runner-images/issues/9848>. Modified: trunk/OpenMPT/.github/workflows/Ubuntu-Autotools.yml trunk/OpenMPT/.github/workflows/Ubuntu-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/Ubuntu-Autotools.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/Ubuntu-Autotools.yml Sun May 12 22:38:00 2024 (r20826) +++ trunk/OpenMPT/.github/workflows/Ubuntu-Autotools.yml Tue May 14 18:25:01 2024 (r20827) @@ -13,7 +13,7 @@ fail-fast: false matrix: include: - #- { version: '24.04' } + - { version: '24.04' } - { version: '22.04' } - { version: '20.04' } Modified: trunk/OpenMPT/.github/workflows/Ubuntu-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/Ubuntu-Makefile.yml Sun May 12 22:38:00 2024 (r20826) +++ trunk/OpenMPT/.github/workflows/Ubuntu-Makefile.yml Tue May 14 18:25:01 2024 (r20827) @@ -13,9 +13,9 @@ fail-fast: false matrix: include: - #- { version: '24.04', deps: sys } - #- { version: '24.04', deps: local } - #- { version: '24.04', deps: small } + - { version: '24.04', deps: sys } + - { version: '24.04', deps: local } + - { version: '24.04', deps: small } - { version: '22.04', deps: sys } - { version: '22.04', deps: local } - { version: '22.04', deps: small } |