Author: manx
Date: Tue May 14 18:25:41 2024
New Revision: 20828
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20828
Log:
Merged revision(s) 20827 from trunk/OpenMPT:
[New] build: CI: GitHub: Ubuntu: Enable 24.04. See <https://github.com/actions/runner-images/issues/9848>.
........
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 Tue May 14 18:25:01 2024 (r20827)
+++ branches/OpenMPT-1.31/.github/workflows/Ubuntu-Autotools.yml Tue May 14 18:25:41 2024 (r20828)
@@ -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 Tue May 14 18:25:01 2024 (r20827)
+++ branches/OpenMPT-1.31/.github/workflows/Ubuntu-Makefile.yml Tue May 14 18:25:41 2024 (r20828)
@@ -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 }
|