Skip to content

Commit e84549c

Browse files
committed
Build on CI with Xcode 26
1 parent f6f4ee7 commit e84549c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
runs-on: macos-15
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Install dependencies
1919
run: brew install swiftlint
2020

2121
- name: Lint code
2222
run: swiftlint lint --config .swiftlint.yml --reporter github-actions-logging
2323

24-
- name: Select Xcode
25-
run: sudo xcode-select -s /Applications/Xcode_16.4.app
24+
- name: Select Xcode 26.0.1
25+
run: sudo xcode-select -s /Applications/Xcode_26.0.1.app
2626

2727
- name: Build UID2 for iOS
2828
run: xcodebuild -scheme UID2 -destination "generic/platform=iOS"
@@ -31,16 +31,16 @@ jobs:
3131
run: xcodebuild -scheme UID2 -destination "generic/platform=tvOS"
3232

3333
- name: Run UID2 unit tests
34-
run: xcodebuild test -scheme UID2 -destination "OS=18.5,name=iPhone 16"
34+
run: xcodebuild test -scheme UID2 -destination "OS=26.0.1,name=iPhone 17"
3535

3636
- name: Run UID2 unit tests on tvOS
37-
run: xcodebuild test -scheme UID2 -destination "OS=18.5,name=Apple TV"
37+
run: xcodebuild test -scheme UID2 -destination "OS=26.0.1,name=Apple TV"
3838

3939
- name: Build UID2Prebid for iOS
4040
run: xcodebuild -scheme UID2Prebid -destination "generic/platform=iOS"
4141

4242
- name: Run UID2Prebid unit tests
43-
run: xcodebuild test -scheme UID2Prebid -destination "OS=18.5,name=iPhone 16"
43+
run: xcodebuild test -scheme UID2Prebid -destination "OS=26.0.1,name=iPhone 17"
4444

4545
- name: Lint UID2 pod spec
4646
run: pod lib lint UID2.podspec.json --verbose

0 commit comments

Comments
 (0)