Skip to content

Commit d76a1e7

Browse files
authored
Update blank.yml
1 parent ebedee4 commit d76a1e7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
runner: ["ghcr.io/cirruslabs/macos-runner:sonoma", "ghcr.io/cirruslabs/macos-runner:sequoia", "ghcr.io/cirruslabs/macos-sonoma-xcode:15.1"]
17+
runner: ["ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-md"]
1818
runs-on: ${{ matrix.runner }}
1919
timeout-minutes: 2
2020
steps:
21-
- name: Check macOS version
22-
run: sw_vers
2321
- name: Disk Info
2422
run: df -h
25-
- name: Xcodes List
26-
run: sudo xcodes installed

0 commit comments

Comments
 (0)