We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22f50b commit bad4112Copy full SHA for bad4112
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ concurrency:
13
jobs:
14
ios-unit-tests:
15
name: iOS Unit Tests
16
- runs-on: macos-13
+ runs-on: macos-14
17
timeout-minutes: 30
18
steps:
19
- # Checkout the repository
@@ -30,7 +30,7 @@ jobs:
30
xcodebuild -workspace . \
31
-scheme "TPPDF" \
32
-sdk iphonesimulator \
33
- -destination "OS=17.2,name=iPhone 15 Pro" \
+ -destination "OS=17.4,name=iPhone 15 Pro" \
34
-configuration Debug \
35
-enableCodeCoverage YES \
36
-derivedDataPath /tmp/DerivedData \
0 commit comments