Skip to content

Commit bad4112

Browse files
committed
WIP
1 parent e22f50b commit bad4112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
ios-unit-tests:
1515
name: iOS Unit Tests
16-
runs-on: macos-13
16+
runs-on: macos-14
1717
timeout-minutes: 30
1818
steps:
1919
- # Checkout the repository
@@ -30,7 +30,7 @@ jobs:
3030
xcodebuild -workspace . \
3131
-scheme "TPPDF" \
3232
-sdk iphonesimulator \
33-
-destination "OS=17.2,name=iPhone 15 Pro" \
33+
-destination "OS=17.4,name=iPhone 15 Pro" \
3434
-configuration Debug \
3535
-enableCodeCoverage YES \
3636
-derivedDataPath /tmp/DerivedData \

0 commit comments

Comments
 (0)