Skip to content

Commit 0986d30

Browse files
committed
ci: revert to Ubuntu Focal for Docker builds
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>
1 parent 80ee4c2 commit 0986d30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ permissions:
1212
jobs:
1313
docker:
1414
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.owner.login != github.event.pull_request.base.repo.owner.login
15-
runs-on: ubuntu-24.04
15+
# ToDo: Switch to Ubuntu Noble once runner host end cancellations are fixed: https://github.com/actions/runner-images/issues/9848#issuecomment-2137140734
16+
runs-on: ubuntu-22.04
1617

1718
permissions:
1819
packages: write

0 commit comments

Comments
 (0)