Skip to content

Commit 97b6464

Browse files
authored
Update blank.yml
1 parent d4ee266 commit 97b6464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/blank.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
runner: ["ghcr.io/cirruslabs/macos-sonoma-xcode:15.2", "ghcr.io/cirruslabs/macos-runner:sonoma"]
18-
runs-on: ["${{ matrix.runner }}", "low-priority"]
17+
runner: ["sonoma-xcode:15.2", "runner:sonoma", "runner:sequoia"]
18+
runs-on: ["ghcr.io/cirruslabs/macos-${{ matrix.runner }}", "low-priority"]
1919
timeout-minutes: 2
2020
steps:
2121
- name: Check macOS version

0 commit comments

Comments
 (0)