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 855052a commit 4cce7d1Copy full SHA for 4cce7d1
.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-xl"]
16
- runs-on: ["${{ matrix.image }}", "worker:zzz9-1"]
+ image: ["ghcr.io/cirruslabs/macos-runner:sequoia-plus", "ghcr.io/cirruslabs/macos-runner:sequoia-xl"]
+ runs-on: ["${{ matrix.image }}"]
17
steps:
18
- uses: actions/checkout@v4
19
- name: macOS version
0 commit comments