Skip to content

Commit 4f0fb5e

Browse files
committed
Use Xcode 16.2 for Kotlin tests
1 parent 6776223 commit 4f0fb5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
GRADLE_OPTS: -Dorg.gradle.parallel=true -Dorg.gradle.caching=true
1010
JAVA_VERSION: '17'
11-
XCODE_VERSION: '15.2'
11+
XCODE_VERSION: '16.2'
1212
XCODEBUILD_DESTINATION_iOS: platform=iOS Simulator,name=iPhone 15 Pro
1313
XCODEBUILD_DESTINATION_macOS: platform=OS X
1414
XCODEBUILD_DESTINATION_tvOS: platform=tvOS Simulator,name=Apple TV 4K (3rd generation)

.github/workflows/run-kotlin-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
GRADLE_OPTS: -Dorg.gradle.parallel=true -Dorg.gradle.caching=true
1010
JAVA_VERSION: '17'
11-
XCODE_VERSION: '15.2'
11+
XCODE_VERSION: '16.2'
1212
jobs:
1313
run-kotlin-tests:
1414
strategy:

0 commit comments

Comments
 (0)