Skip to content

Commit

Permalink
fix: updating github test runner (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshilgajera-crest authored Oct 14, 2024
1 parent 329c01e commit fefda7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pre-commit:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down
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 fefda7b

Please sign in to comment.