Skip to content

Commit

Permalink
GitHub workflows: Build images on Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Jun 21, 2024
1 parent d6f13be commit 3e93bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

needs: generate-jobs

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/container-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

needs: generate-jobs

runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 3e93bd3

Please sign in to comment.