Skip to content

Commit

Permalink
Use Ubuntu 24.04 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Dec 5, 2024
1 parent 6add55a commit aec5090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build-spms:
runs-on: ubuntu-22.04
container: ubuntu:23.04
container: ubuntu:24.04
if: ${{ github.event.pull_request.draft == false && (github.event_name == 'workflow_dispatch' || !contains(github.event.head_commit.message, 'noci')) }}

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-linux-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build-spms:
runs-on: ubuntu-22.04
container: ubuntu:23.04
container: ubuntu:24.04
if: ${{ github.event.pull_request.draft == false && (github.event_name == 'workflow_dispatch' || !contains(github.event.head_commit.message, 'noci')) }}

env:
Expand Down

0 comments on commit aec5090

Please sign in to comment.