Skip to content

Commit

Permalink
Use OS=18.0 specifier for iOS unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Sep 21, 2024
1 parent 85ad9de commit 2e17f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
run: |
while xcodebuild -resolvePackageDependencies \
-scheme BrowserServicesKit-Package \
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18' \
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0' \
-derivedDataPath DerivedData \
2>&1 | grep Error; do :; done
Expand All @@ -156,7 +156,7 @@ jobs:
run: |
set -o pipefail && xcodebuild test \
-scheme BrowserServicesKit \
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18' \
-destination 'platform=iOS Simulator,name=iPhone 16,OS=18.0' \
-derivedDataPath DerivedData \
-skipPackagePluginValidation \
-skipMacroValidation \
Expand Down

0 comments on commit 2e17f70

Please sign in to comment.