Skip to content

Commit c1012eb

Browse files
committed
Merged revision(s) 20827 from trunk/OpenMPT:
[New] build: CI: GitHub: Ubuntu: Enable 24.04. See <actions/runner-images#9848>. ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20828 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent de82e89 commit c1012eb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Ubuntu-Autotools.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
#- { version: '24.04' }
14+
- { version: '24.04' }
1515
- { version: '22.04' }
1616
- { version: '20.04' }
1717

.github/workflows/Ubuntu-Makefile.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
#- { version: '24.04', deps: sys }
15-
#- { version: '24.04', deps: local }
16-
#- { version: '24.04', deps: small }
14+
- { version: '24.04', deps: sys }
15+
- { version: '24.04', deps: local }
16+
- { version: '24.04', deps: small }
1717
- { version: '22.04', deps: sys }
1818
- { version: '22.04', deps: local }
1919
- { version: '22.04', deps: small }

0 commit comments

Comments
 (0)