Skip to content

Commit

Permalink
ci: revert to Ubuntu Focal for Docker builds
Browse files Browse the repository at this point in the history
due to yet another more recent bug, this time at the runner host side, it seems: actions/runner-images#9848 (comment)

Signed-off-by: MichaIng <micha@dietpi.com>
  • Loading branch information
MichaIng committed May 29, 2024
1 parent 80ee4c2 commit 0986d30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ permissions:
jobs:
docker:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login != github.event.pull_request.base.repo.owner.login
runs-on: ubuntu-24.04
# ToDo: Switch to Ubuntu Noble once runner host end cancellations are fixed: https://github.com/actions/runner-images/issues/9848#issuecomment-2137140734
runs-on: ubuntu-22.04

permissions:
packages: write
Expand Down

0 comments on commit 0986d30

Please sign in to comment.