From d2d40daee1766d5c29a8d36496eb2e4b3a63d540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Tue, 14 May 2024 16:25:01 +0000 Subject: [PATCH] [New] build: CI: GitHub: Ubuntu: Enable 24.04. See . git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20827 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- .github/workflows/Ubuntu-Autotools.yml | 2 +- .github/workflows/Ubuntu-Makefile.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Ubuntu-Autotools.yml b/.github/workflows/Ubuntu-Autotools.yml index de52bce0a20..26327f1cf5b 100644 --- a/.github/workflows/Ubuntu-Autotools.yml +++ b/.github/workflows/Ubuntu-Autotools.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: include: - #- { version: '24.04' } + - { version: '24.04' } - { version: '22.04' } - { version: '20.04' } diff --git a/.github/workflows/Ubuntu-Makefile.yml b/.github/workflows/Ubuntu-Makefile.yml index bf060c46421..07186c529a6 100644 --- a/.github/workflows/Ubuntu-Makefile.yml +++ b/.github/workflows/Ubuntu-Makefile.yml @@ -13,9 +13,9 @@ jobs: 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 }