fix: drop deprecated macosX64 target, keep only macosArm64
macosX64 (Intel) has been removed from Kotlin's native target tiers. Only macosArm64 (Apple Silicon) is supported. https://claude.ai/code/session_01WSNE6QKiYM2ZutQD2UihCW
This commit is contained in:
@@ -90,10 +90,7 @@ case "$OS_NAME" in
|
||||
KN_TARGET="linuxX64Test"
|
||||
;;
|
||||
Darwin)
|
||||
case "$ARCH" in
|
||||
arm64) KN_TARGET="macosArm64Test" ;;
|
||||
*) KN_TARGET="macosX64Test" ;;
|
||||
esac
|
||||
KN_TARGET="macosArm64Test"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user