We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50981fb commit ee3e61dCopy full SHA for ee3e61d
.github/workflows/test-pull-request.yml
@@ -21,14 +21,14 @@ jobs:
21
- name: Lint code
22
run: swiftlint lint --config .swiftlint.yml --reporter github-actions-logging
23
24
- - name: Select Xcode 15.3
25
- run: sudo xcode-select -s /Applications/Xcode_15.3.app
+ - name: Select Xcode 16.2
+ run: sudo xcode-select -s /Applications/Xcode_16.2.app
26
27
- name: Build
28
run: xcodebuild -scheme UID2GMAPlugin -destination "generic/platform=iOS"
29
30
- name: Run unit tests
31
- run: xcodebuild test -scheme UID2GMAPluginTests -sdk iphonesimulator17.4 -destination "OS=17.4,name=iPhone 15"
+ run: xcodebuild test -scheme UID2GMAPluginTests -destination "OS=18.2,name=iPhone 16"
32
33
- name: Lint pod spec
34
run: pod lib lint --verbose
0 commit comments