We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cce7d1 commit 81a0dbbCopy full SHA for 81a0dbb
.github/workflows/benchmark.yml
@@ -12,8 +12,8 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- image: ["ghcr.io/cirruslabs/macos-runner:sequoia-plus", "ghcr.io/cirruslabs/macos-runner:sequoia-xl"]
16
- runs-on: ["${{ matrix.image }}"]
+ image: ["ghcr.io/cirruslabs/macos-runner:sequoia-plus"]
+ runs-on: ["${{ matrix.image }}", "worker:zzz9-1"]
17
steps:
18
- uses: actions/checkout@v4
19
- name: macOS version
0 commit comments