Skip to content

Commit d4ee266

Browse files
authored
Update blank.yml
1 parent 38b1202 commit d4ee266

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
runner: ["ghcr.io/cirruslabs/macos-runner:sonoma"]
17+
runner: ["ghcr.io/cirruslabs/macos-sonoma-xcode:15.2", "ghcr.io/cirruslabs/macos-runner:sonoma"]
1818
runs-on: ["${{ matrix.runner }}", "low-priority"]
1919
timeout-minutes: 2
2020
steps:
@@ -24,3 +24,5 @@ jobs:
2424
run: df -h
2525
- name: Xcodes List
2626
run: sudo xcodes installed
27+
- name: Test
28+
run: xcodebuild -runFirstLaunch

0 commit comments

Comments
 (0)