Skip to content

Commit 167b0ea

Browse files
committed
update workflow to use Ubuntu 22.04 for finalization job
1 parent 2cbf2c7 commit 167b0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
8484
finalize:
8585
needs: [build-amd64, build-arm64]
86-
runs-on: ubuntu-latest
86+
runs-on: ubuntu-22.04
8787
steps:
8888
- name: Log into Docker Hub
8989
uses: docker/login-action@v3

0 commit comments

Comments
 (0)