Skip to content
Snippets Groups Projects
Unverified Commit 6c4037dc authored by Till's avatar Till Committed by GitHub
Browse files

Downgrade ubuntu to 22.04 when building docker images (#18026)

parent 737f6c73
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ permissions:
id-token: write # needed for signing the images with GitHub OIDC Token
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Set up QEMU
id: qemu
......
Downgrade the Ubuntu GHA runner when building docker images.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment