Skip to content

Commit

Permalink
fix: update target os version
Browse files Browse the repository at this point in the history
  • Loading branch information
joonchrislee committed Mar 12, 2024
1 parent 9cf3615 commit c17254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Build package
run: swift build -Xswiftc "-sdk" -Xswiftc "$(xcrun --sdk iphonesimulator --show-sdk-path)" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios15.5-simulator"
- name: Run tests
run: xcodebuild test -scheme TokenTextView -sdk "$(xcrun --sdk iphonesimulator --show-sdk-path)" -target x86_64-apple-ios15.2-simulator -destination "OS=15.2,name=iPhone 13 Pro"
run: xcodebuild test -scheme TokenTextView -sdk "$(xcrun --sdk iphonesimulator --show-sdk-path)" -target x86_64-apple-ios15.2-simulator -destination "OS=16.2,name=iPhone 13 Pro"

0 comments on commit c17254f

Please sign in to comment.