From c1012ebe2b3936e91aff213798943aba872665d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Tue, 14 May 2024 16:25:41 +0000 Subject: [PATCH] Merged revision(s) 20827 from trunk/OpenMPT: [New] build: CI: GitHub: Ubuntu: Enable 24.04. See . ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20828 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 6d6ee517c0a..97923da853d 100644 --- a/.github/workflows/Ubuntu-Autotools.yml +++ b/.github/workflows/Ubuntu-Autotools.yml @@ -11,7 +11,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 995af98a42f..fcbd7acbd97 100644 --- a/.github/workflows/Ubuntu-Makefile.yml +++ b/.github/workflows/Ubuntu-Makefile.yml @@ -11,9 +11,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 }