Skip to content

Commit

Permalink
Merged revision(s) 20827 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
manxorist committed May 14, 2024
1 parent de82e89 commit c1012eb
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 @@ -11,7 +11,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 @@ -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 }
Expand Down

0 comments on commit c1012eb

Please sign in to comment.