Skip to content

Commit

Permalink
Fix: replace GitRunners with GitHub's own runners (#1664)
Browse files Browse the repository at this point in the history
* Fix: replace GitRunners with GitHub's own runners

GitRunners are closing up shop, we need to revert back to the built-in runners offered by GitHub.

* Fix: replace GitRunners with GitHub's own runners

Summary:

GitRunners are closing up shop, we need to revert back to the built-in runners offered by GitHub.
  • Loading branch information
fredericsimard authored Feb 5, 2024
1 parent 2881c79 commit c0a5e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/acceptance_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,7 @@ jobs:
needs: [ fetch-urls, pack-master, pack-snapshot ]
# We use machines with more memory to run validation, as large feeds
# can consume too much heap for default machine instances (see #1304).
runs-on: gitrunners-ubuntu-2204-x64-4vcpu
## ubuntu-latest-4-cores
runs-on: ubuntu-latest-4-cores
strategy:
matrix: ${{ fromJson(needs.fetch-urls.outputs.matrix) }}
steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
name: gtfs-validator-snapshot
path: cli/build/libs/gtfs-validator-*-cli.jar
fetch-urls:
runs-on: gitrunners-ubuntu-2204-x64-4vcpu
## ubuntu-latest-4-cores
runs-on: ubuntu-latest-4-cores
steps:
- name: Checkout repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit c0a5e5b

Please sign in to comment.