From: <sv...@op...> - 2024-05-12 12:49:28
|
Author: manx Date: Sun May 12 14:49:22 2024 New Revision: 20823 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20823 Log: [Var] build: CI: GitHub: Ubuntu: Disable 24.04 for now, until GitHub gets it working. 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 14:39:12 2024 (r20822) +++ trunk/OpenMPT/.github/workflows/Ubuntu-Autotools.yml Sun May 12 14:49:22 2024 (r20823) @@ -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 14:39:12 2024 (r20822) +++ trunk/OpenMPT/.github/workflows/Ubuntu-Makefile.yml Sun May 12 14:49:22 2024 (r20823) @@ -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 } |