Skip to content

Commit

Permalink
fix: updating runner iamge
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest committed Oct 14, 2024
1 parent 329c01e commit 2b03c21
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ jobs:
uses: fsfe/[email protected]

lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
run-unit-tests:
name: test-unit-python3-${{ matrix.python-version }}
if: ${{ needs.test-inventory.outputs.unit == 'true' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- test-inventory
strategy:
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:
path: test-results/*

build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- validate-custom-version
- setup-workflow
Expand Down Expand Up @@ -785,7 +785,7 @@ jobs:
version: ${{ steps.BuildVersion.outputs.VERSION }}

run-requirements-unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs:
- build
- test-inventory
Expand Down Expand Up @@ -896,7 +896,7 @@ jobs:
- build
- test-inventory
if: ${{ !cancelled() && needs.build.result == 'success' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
argo-server: ${{ steps.test-setup.outputs.argo-server }}
argo-http1: ${{ steps.test-setup.outputs.argo-http1 }}
Expand Down

0 comments on commit 2b03c21

Please sign in to comment.