Skip to content

Commit 7766615

Browse files
committed
bump ubuntu version of CI
1 parent 98ac454 commit 7766615

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ jobs:
194194
strategy:
195195
matrix:
196196
include:
197-
- os: ubuntu-20.04
197+
- os: ubuntu-latest
198198
features: default
199-
- os: ubuntu-20.04
199+
- os: ubuntu-latest
200200
features: c-allocator
201-
- os: ubuntu-20.04
201+
- os: ubuntu-latest
202202
features: rust-allocator
203203
- os: macos-14
204204
features: ""
@@ -416,10 +416,7 @@ jobs:
416416
- target: x86_64-unknown-linux-gnu
417417
features:
418418
- ''
419-
# At the time of writing, 'latest' referred to ubuntu-22
420-
# for libabigail we really need ubuntu-24, which just started getting rolled out
421-
# In the future, this can likely be changed to `ubuntu-latest` again.
422-
runs-on: ubuntu-24.04
419+
runs-on: ubuntu-latest
423420
steps:
424421
- name: Checkout sources
425422
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

0 commit comments

Comments
 (0)