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 d4ee266 commit 97b6464Copy full SHA for 97b6464
.github/workflows/blank.yml
@@ -14,8 +14,8 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- runner: ["ghcr.io/cirruslabs/macos-sonoma-xcode:15.2", "ghcr.io/cirruslabs/macos-runner:sonoma"]
18
- runs-on: ["${{ matrix.runner }}", "low-priority"]
+ runner: ["sonoma-xcode:15.2", "runner:sonoma", "runner:sequoia"]
+ runs-on: ["ghcr.io/cirruslabs/macos-${{ matrix.runner }}", "low-priority"]
19
timeout-minutes: 2
20
steps:
21
- name: Check macOS version
0 commit comments