forked from BigfootDev/flatbuffers
Upgrade Kotlin to MacOS 15 (#8845)
* upgrade kotlin and macos * remove xcode version selection
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -390,17 +390,10 @@ jobs:
|
|||||||
|
|
||||||
build-kotlin-macos:
|
build-kotlin-macos:
|
||||||
name: Build Kotlin MacOS
|
name: Build Kotlin MacOS
|
||||||
runs-on: macos-13
|
runs-on: macos-15
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6
|
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
|
- name: set up Java
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Version 1.9.10 fix
|
# Version 1.9.10 fix
|
||||||
# https://youtrack.jetbrains.com/issue/KT-60230/Native-unknown-options-iossimulatorversionmin-sdkversion-with-Xcode-15-beta-3
|
# https://youtrack.jetbrains.com/issue/KT-60230/Native-unknown-options-iossimulatorversionmin-sdkversion-with-Xcode-15-beta-3
|
||||||
kotlin = "1.9.10"
|
kotlin = "1.9.10"
|
||||||
plugin-kotlin = "1.6.10"
|
plugin-kotlin = "1.9.10"
|
||||||
plugin-gver = "0.42.0"
|
plugin-gver = "0.42.0"
|
||||||
kotlinx-benchmark = "0.4.8"
|
kotlinx-benchmark = "0.4.8"
|
||||||
junit = "4.12"
|
junit = "4.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user