Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
fix(ci): use ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed May 2, 2024
1 parent a39fa7e commit 052d02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
push-ghcr:
name: Build and push ucore-kmods image
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 052d02b

Please sign in to comment.