Skip to content

Commit

Permalink
update workflow to use Ubuntu 22.04 for finalization job
Browse files Browse the repository at this point in the history
  • Loading branch information
rongxin-liu committed Dec 18, 2024
1 parent 2cbf2c7 commit 167b0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
finalize:
needs: [build-amd64, build-arm64]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Log into Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit 167b0ea

Please sign in to comment.