Skip to content

Commit a5c9c12

Browse files
committed
Merged revision(s) 22952 from trunk/OpenMPT:
[Reg] build: CI: GitHub: Ubuntu: Remove 20.04 because of annoying GitHub deprecation practice. ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@22953 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 3a084fb commit a5c9c12

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/Ubuntu-Autotools.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
include:
1414
- { version: '24.04' }
1515
- { version: '22.04' }
16-
- { version: '20.04' }
1716

1817
concurrency:
1918
group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-autotools

.github/workflows/Ubuntu-Makefile.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
- { version: '22.04', deps: sys }
1818
- { version: '22.04', deps: local }
1919
- { version: '22.04', deps: small }
20-
- { version: '20.04', deps: sys }
21-
- { version: '20.04', deps: local }
22-
- { version: '20.04', deps: small }
2320

2421
concurrency:
2522
group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}}

0 commit comments

Comments
 (0)