Skip to content

Commit

Permalink
CI: switch ubuntu-20.04 to ubuntu-22.04 (#5901)
Browse files Browse the repository at this point in the history
GitHub will stop supporting ubuntu-20.04 by 2025-04-01.
  • Loading branch information
fingolfin authored Feb 3, 2025
1 parent 6800c66 commit 6729b6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
test-suites: "makemanuals testmakeinstall"
extra: "CONFIGFLAGS=\"--prefix=/tmp/gapprefix\" NO_COVERAGE=1"

- os: ubuntu-20.04
- os: ubuntu-22.04
shell: bash
test-suites: "teststandard"
extra: "ABI=32 CONFIGFLAGS=\"\""
Expand Down Expand Up @@ -121,13 +121,13 @@ jobs:

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

# test Julia integration
- os: ubuntu-20.04
- os: ubuntu-22.04
shell: bash
test-suites: "testinstall"
extra: "JULIA=yes CONFIGFLAGS=\"--enable-debug\""
Expand Down

0 comments on commit 6729b6c

Please sign in to comment.