Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov authored Nov 5, 2024
1 parent 38b1202 commit d4ee266
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: ["ghcr.io/cirruslabs/macos-runner:sonoma"]
runner: ["ghcr.io/cirruslabs/macos-sonoma-xcode:15.2", "ghcr.io/cirruslabs/macos-runner:sonoma"]
runs-on: ["${{ matrix.runner }}", "low-priority"]
timeout-minutes: 2
steps:
Expand All @@ -24,3 +24,5 @@ jobs:
run: df -h
- name: Xcodes List
run: sudo xcodes installed
- name: Test
run: xcodebuild -runFirstLaunch

0 comments on commit d4ee266

Please sign in to comment.