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 bcb329a commit b7ecb02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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 @@ -33,7 +33,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 @@ -77,7 +77,7 @@ jobs:
tags: sudoblock/icon-contracts-worker:latest, sudoblock/icon-contracts-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_contracts/config.py
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: release
if: ${{ needs.release.outputs.release_created }}
steps:
Expand Down Expand Up @@ -48,7 +48,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 @@ -93,7 +93,7 @@ jobs:
tags: sudoblock/icon-contracts-worker:latest, sudoblock/icon-contracts-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 b7ecb02

Please sign in to comment.