Skip to content

Commit 1908004

Browse files
authored
Get CI off of about-to-be-removed Ubuntu 20.04 (#391)
Signed-off-by: Sebastian Pipping <[email protected]>
1 parent b1a5332 commit 1908004

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: .github/workflows/run_test_suite.yml

-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
include:
39-
- runs-on: ubuntu-20.04
40-
gcc: 7
41-
install: g++-7 gcc-7 cpp-7
42-
# GCC 4 to 8 are assumed to behave "the same",
43-
# so we are skipping GCC 8 here to save CI resources
4439
- runs-on: ubuntu-24.04
4540
gcc: 9
4641
install: g++-9 gcc-9 cpp-9

0 commit comments

Comments
 (0)