Skip to content

Commit

Permalink
change runners to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Oct 3, 2024
1 parent cb35743 commit 4435016
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/geo-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
timeout-minutes: 15
name: ${{ matrix.env }}-sqs-quote-tests
needs: setup-matrix
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix: ${{fromJson(needs.setup-matrix.outputs.matrix)}}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
manual_integration_test:
if: github.event_name == 'workflow_dispatch'
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -47,7 +47,7 @@ jobs:

scheduled_integration_test:
if: github.event_name == 'schedule'
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: ubuntu-latest
strategy:
matrix:
# TODO: re-add prod environment ", prod"
Expand Down

0 comments on commit 4435016

Please sign in to comment.