Skip to content

Commit 6729b6c

Browse files
authored
CI: switch ubuntu-20.04 to ubuntu-22.04 (#5901)
GitHub will stop supporting ubuntu-20.04 by 2025-04-01.
1 parent 6800c66 commit 6729b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
test-suites: "makemanuals testmakeinstall"
7373
extra: "CONFIGFLAGS=\"--prefix=/tmp/gapprefix\" NO_COVERAGE=1"
7474

75-
- os: ubuntu-20.04
75+
- os: ubuntu-22.04
7676
shell: bash
7777
test-suites: "teststandard"
7878
extra: "ABI=32 CONFIGFLAGS=\"\""
@@ -121,13 +121,13 @@ jobs:
121121

122122
# same as above, but in 32 bit mode, also turn off debugging (see
123123
# elsewhere in this file for an explanation).
124-
- os: ubuntu-20.04
124+
- os: ubuntu-22.04
125125
shell: bash
126126
test-suites: "testbuildsys testmockpkg testinstall"
127127
extra: "NO_COVERAGE=1 ABI=32 BUILDDIR=out-of-tree CONFIGFLAGS=\"\""
128128

129129
# test Julia integration
130-
- os: ubuntu-20.04
130+
- os: ubuntu-22.04
131131
shell: bash
132132
test-suites: "testinstall"
133133
extra: "JULIA=yes CONFIGFLAGS=\"--enable-debug\""

0 commit comments

Comments
 (0)