Skip to content

Commit

Permalink
Downgrade ubuntu to 22.04 when building docker images (#18026)
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK authored Dec 11, 2024
1 parent 737f6c7 commit 6c4037d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.d/18026.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Downgrade the Ubuntu GHA runner when building docker images.

0 comments on commit 6c4037d

Please sign in to comment.