Skip to content

Commit

Permalink
Merge pull request #1526 from o1-labs/upd/bench-self-hosted-runner
Browse files Browse the repository at this point in the history
Run benchmarks on self-hosted GitHub Actions runner (x86).
  • Loading branch information
shimkiv authored Apr 5, 2024
2 parents 8b6a9a4 + 8401b26 commit 5208a7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
fail-fast: true
matrix:
node: [20]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
runners: [sdk-self-hosted-linux-amd64]
runs-on: ${{ matrix.runners }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 5208a7d

Please sign in to comment.