Skip to content

Commit

Permalink
ci: Update Ubuntu image to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
avdgrinten committed Nov 27, 2024
1 parent 09cd978 commit 53c05fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
builds: mlibc
compiler: clang
name: Build mlibc
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/managarm/mlibc-crossers:latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-libc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request, merge_group]
jobs:
check-bindings:
name: Verify bindings generation
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: ghcr.io/managarm/mlibc-crossers:latest
steps:
Expand Down

0 comments on commit 53c05fa

Please sign in to comment.