ci/cd: downgrade ubuntu version of Docker build action runner

This commit is contained in:
Elias Schneider
2025-02-09 15:16:13 +01:00
parent 7fbc356d8d
commit 43790dc1be

View File

@@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # Using an older version because of https://github.com/actions/runner-images/issues/11471
permissions:
contents: read
packages: write