Skip to content

Commit 81a0dbb

Browse files
authored
Update benchmark workflow to use specific runner
1 parent 4cce7d1 commit 81a0dbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
image: ["ghcr.io/cirruslabs/macos-runner:sequoia-plus", "ghcr.io/cirruslabs/macos-runner:sequoia-xl"]
16-
runs-on: ["${{ matrix.image }}"]
15+
image: ["ghcr.io/cirruslabs/macos-runner:sequoia-plus"]
16+
runs-on: ["${{ matrix.image }}", "worker:zzz9-1"]
1717
steps:
1818
- uses: actions/checkout@v4
1919
- name: macOS version

0 commit comments

Comments
 (0)