Skip to content

Commit

Permalink
chore: use self-hosted runner for sim tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain committed Jan 10, 2024
1 parent 2f9daba commit d710368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-sim-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
sim-merge-tests:
name: Sim merge tests
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: Sim-Test-Github-runner
steps:
# <common-build> - Uses YAML anchors in the future
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-sim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:
jobs:
tests-sim:
name: Sim tests
runs-on: buildjet-4vcpu-ubuntu-2204
runs-on: Sim-Test-Github-runner
steps:
# <common-build> - Uses YAML anchors in the future
- uses: actions/checkout@v3
Expand Down

0 comments on commit d710368

Please sign in to comment.