Skip to content

Commit

Permalink
[New] build: CI: GitHub: Ubuntu: Enable 24.04. See <actions/runner-im…
Browse files Browse the repository at this point in the history
…ages#9848>.

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@20827 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed May 14, 2024
1 parent e184acd commit d2d40da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu-Autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
include:
#- { version: '24.04' }
- { version: '24.04' }
- { version: '22.04' }
- { version: '20.04' }

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/Ubuntu-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit d2d40da

Please sign in to comment.