Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime committed Apr 19, 2024
1 parent e22f50b commit bad4112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
ios-unit-tests:
name: iOS Unit Tests
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 30
steps:
- # Checkout the repository
Expand All @@ -30,7 +30,7 @@ jobs:
xcodebuild -workspace . \
-scheme "TPPDF" \
-sdk iphonesimulator \
-destination "OS=17.2,name=iPhone 15 Pro" \
-destination "OS=17.4,name=iPhone 15 Pro" \
-configuration Debug \
-enableCodeCoverage YES \
-derivedDataPath /tmp/DerivedData \
Expand Down

0 comments on commit bad4112

Please sign in to comment.