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 18, 2024
1 parent cdef05f commit 3d6adb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: ["sonoma-xcode:15.2", "runner:sonoma", "runner:sequoia", "macos-latest"]
runs-on: ["ghcr.io/cirruslabs/macos-${{ matrix.runner }}", "low-priority"]
runner: ["ghcr.io/cirruslabs/macos-runner:sonoma", "macos-latest"]
runs-on: ["${{ matrix.runner }}"]
timeout-minutes: 2
steps:
- name: Check macOS version
Expand Down

0 comments on commit 3d6adb7

Please sign in to comment.