Skip to content

Commit

Permalink
fix: ci runner image version
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Oct 14, 2024
1 parent 868a9ea commit 79e9626
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -32,7 +32,7 @@ jobs:
# fail_ci_if_error: true

docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: test
outputs:
tag: ${{ steps.source.outputs.TAG }}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
tags: sudoblock/icon-governance-worker:latest, sudoblock/icon-governance-worker:${{ steps.source.outputs.TAG }}

push_refs:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: docker
strategy:
max-parallel: 1
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
release_created: ${{ steps.release-please.outputs.release_created }}
steps:
Expand All @@ -20,7 +20,7 @@ jobs:
icon_governance/config.py
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: release
if: ${{ needs.release.outputs.release_created }}
steps:
Expand All @@ -47,7 +47,7 @@ jobs:
# fail_ci_if_error: true

docker:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: test
if: ${{ needs.release.outputs.release_created }}
outputs:
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
tags: sudoblock/icon-governance-worker:latest, sudoblock/icon-governance-worker:${{ steps.source.outputs.TAG }}

push_refs:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: docker
if: ${{ needs.release.outputs.release_created }}
strategy:
Expand Down

0 comments on commit 79e9626

Please sign in to comment.