Author: manx
Date: Sun May 12 14:49:43 2024
New Revision: 20824
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20824
Log:
Merged revision(s) 20823 from trunk/OpenMPT:
[Var] build: CI: GitHub: Ubuntu: Disable 24.04 for now, until GitHub gets it working.
........
Modified:
branches/OpenMPT-1.31/ (props changed)
branches/OpenMPT-1.31/.github/workflows/Ubuntu-Autotools.yml
branches/OpenMPT-1.31/.github/workflows/Ubuntu-Makefile.yml
Modified: branches/OpenMPT-1.31/.github/workflows/Ubuntu-Autotools.yml
==============================================================================
--- branches/OpenMPT-1.31/.github/workflows/Ubuntu-Autotools.yml Sun May 12 14:49:22 2024 (r20823)
+++ branches/OpenMPT-1.31/.github/workflows/Ubuntu-Autotools.yml Sun May 12 14:49:43 2024 (r20824)
@@ -11,7 +11,7 @@
fail-fast: false
matrix:
include:
- - { version: '24.04' }
+ #- { version: '24.04' }
- { version: '22.04' }
- { version: '20.04' }
Modified: branches/OpenMPT-1.31/.github/workflows/Ubuntu-Makefile.yml
==============================================================================
--- branches/OpenMPT-1.31/.github/workflows/Ubuntu-Makefile.yml Sun May 12 14:49:22 2024 (r20823)
+++ branches/OpenMPT-1.31/.github/workflows/Ubuntu-Makefile.yml Sun May 12 14:49:43 2024 (r20824)
@@ -11,9 +11,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 }
|