Skip to content

Commit 31f8e83

Browse files
authored
Use Xcode 16.2, iOS 18.2 for CI tests (#24)
1 parent f29123a commit 31f8e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
- name: Lint code
2222
run: swiftlint lint --config .swiftlint.yml --reporter github-actions-logging
2323

24-
- name: Select Xcode 15.3
25-
run: sudo xcode-select -s /Applications/Xcode_15.3.app
24+
- name: Select Xcode 16.2
25+
run: sudo xcode-select -s /Applications/Xcode_16.2.app
2626

2727
- name: Build
2828
run: xcodebuild -scheme UID2IMAPlugin -destination "generic/platform=iOS"
2929

3030
- name: Run unit tests
31-
run: xcodebuild test -scheme UID2IMAPluginTests -sdk iphonesimulator17.4 -destination "OS=17.4,name=iPhone 15"
31+
run: xcodebuild test -scheme UID2IMAPluginTests -destination "OS=18.2,name=iPhone 16"
3232

3333
- name: Lint pod spec
3434
run: pod lib lint --verbose

0 commit comments

Comments
 (0)