Upgrade Kotlin to MacOS 15 (#8845)

* upgrade kotlin and macos

* remove xcode version selection
This commit is contained in:
Justin Davis
2025-12-14 13:28:24 -05:00
committed by GitHub
parent c9a301e601
commit e1407e4341
2 changed files with 2 additions and 9 deletions

View File

@@ -390,17 +390,10 @@ jobs:
build-kotlin-macos:
name: Build Kotlin MacOS
runs-on: macos-13
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v6
# Force Xcode 14.3 since Xcode 15 doesnt support older versions of
# kotlin. For Xcode 15, kotlin should be bumpped to 1.9.10
# https://stackoverflow.com/a/77150623
# For now, run with macos-13 which has this 14.3 installed:
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
- name: Set up Xcode version
run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
- name: set up Java
uses: actions/setup-java@v4
with:

View File

@@ -2,7 +2,7 @@
# Version 1.9.10 fix
# https://youtrack.jetbrains.com/issue/KT-60230/Native-unknown-options-iossimulatorversionmin-sdkversion-with-Xcode-15-beta-3
kotlin = "1.9.10"
plugin-kotlin = "1.6.10"
plugin-kotlin = "1.9.10"
plugin-gver = "0.42.0"
kotlinx-benchmark = "0.4.8"
junit = "4.12"