Skip to content

Commit

Permalink
chore(ci): use 16core runner for tests (#776)
Browse files Browse the repository at this point in the history
fix(ci): run tests in hosted runner
  • Loading branch information
Karrq authored Dec 11, 2024
1 parent c9def31 commit a4f0ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
run: cargo hack check

zk-cargo-test:
runs-on: ubuntu-22.04
runs-on: ubuntu-22.04-github-hosted-16core

steps:
- name: Checkout code
Expand Down

0 comments on commit a4f0ebf

Please sign in to comment.