Skip to content

Commit

Permalink
Revert "GitHub workflows: Build images on Ubuntu 24.04"
Browse files Browse the repository at this point in the history
`ubuntu-latest` defaults to Ubuntu 24.04 anyway now.

This reverts commit c07d38f.
  • Loading branch information
PhrozenByte committed Jan 18, 2025
1 parent 007047d commit ac8f7df
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 @@ -16,7 +16,7 @@ defaults:

jobs:
build:
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
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 @@ -16,7 +16,7 @@ defaults:

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

0 comments on commit ac8f7df

Please sign in to comment.