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 4, 2024
1 parent ebedee4 commit d76a1e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: ["ghcr.io/cirruslabs/macos-runner:sonoma", "ghcr.io/cirruslabs/macos-runner:sequoia", "ghcr.io/cirruslabs/macos-sonoma-xcode:15.1"]
runner: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md"]
runs-on: ${{ matrix.runner }}
timeout-minutes: 2
steps:
- name: Check macOS version
run: sw_vers
- name: Disk Info
run: df -h
- name: Xcodes List
run: sudo xcodes installed

0 comments on commit d76a1e7

Please sign in to comment.