Skip to content

Commit fccd9d8

Browse files
authored
Update zashi-tests.yml
1 parent 251ecdb commit fccd9d8

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/zashi-tests.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ jobs:
99
permissions:
1010
contents: read
1111

12-
runs-on: macos-13
13-
strategy:
14-
matrix:
15-
destination: ['platform=iOS Simulator,OS=15.0,name=iPhone 15 Pro']
16-
12+
runs-on: macos-latest
13+
1714
steps:
1815
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
1916
timeout-minutes: 1
2017
- name: Select Xcode version
21-
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'
18+
run: sudo xcode-select -s '/Applications/Xcode_15.2.app/Contents/Developer'
2219
- name: Run tests
2320
timeout-minutes: 5
24-
run: xcodebuild test -scheme secant-testnet -project secant.xcodeproj -destination "${destination}" | xcpretty && exit ${PIPESTATUS[0]}
21+
run: xcodebuild test -scheme secant-testnet -project secant.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=15.0'

0 commit comments

Comments
 (0)