Skip to content

Commit

Permalink
Merged revision(s) 20823 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Var] build: CI: GitHub: Ubuntu: Disable 24.04 for now, until GitHub gets it working.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20824 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed May 12, 2024
1 parent 7f98fbc commit de82e89
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 de82e89

Please sign in to comment.