Skip to content

Commit 1aedf6f

Browse files
committed
[Reg] build: CI: GitHub: Ubuntu: Remove 20.04 because of annoying GitHub deprecation practice.
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22952 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 9a39976 commit 1aedf6f

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
@@ -15,7 +15,6 @@ jobs:
1515
include:
1616
- { version: '24.04' }
1717
- { version: '22.04' }
18-
- { version: '20.04' }
1918

2019
concurrency:
2120
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
@@ -19,9 +19,6 @@ jobs:
1919
- { version: '22.04', deps: sys }
2020
- { version: '22.04', deps: local }
2121
- { version: '22.04', deps: small }
22-
- { version: '20.04', deps: sys }
23-
- { version: '20.04', deps: local }
24-
- { version: '20.04', deps: small }
2522

2623
concurrency:
2724
group: ${{github.ref}}-${{github.workflow}}-${{matrix.version}}-${{matrix.deps}}

0 commit comments

Comments
 (0)