|
|
@@ -64,7 +64,7 @@ jobs:
|
|
|
time xcodebuild build-for-testing \
|
|
|
-workspace Trio.xcworkspace \
|
|
|
-scheme "Trio Tests" \
|
|
|
- -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' \
|
|
|
+ -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
|
|
|
|
|
|
- name: Check for uncommitted changes
|
|
|
run: |
|
|
|
@@ -107,7 +107,7 @@ jobs:
|
|
|
time xcodebuild test-without-building \
|
|
|
-workspace Trio.xcworkspace \
|
|
|
-scheme "Trio Tests" \
|
|
|
- -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5' \
|
|
|
+ -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2' \
|
|
|
$([ "$ENABLE_PARALLEL_TESTING" = "true" ] && echo "-parallel-testing-enabled YES") \
|
|
|
2>&1 | tee xcodebuild.log
|
|
|
|