mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-10 03:06:39 +08:00
Test XCode 16
This commit is contained in:
parent
aa7b9688ce
commit
2bdd20f257
@ -24,7 +24,7 @@ jobs:
|
||||
type: boolean
|
||||
default: false
|
||||
macos:
|
||||
xcode: "15.2.0"
|
||||
xcode: "16.0.0"
|
||||
resource_class: macos.m1.medium.gen1
|
||||
steps:
|
||||
- checkout
|
||||
@ -122,7 +122,7 @@ jobs:
|
||||
parameters:
|
||||
xcode_version:
|
||||
type: string
|
||||
default: "15.2.0"
|
||||
default: "16.0.0"
|
||||
deployment_target:
|
||||
type: string
|
||||
default: ""
|
||||
@ -211,7 +211,7 @@ jobs:
|
||||
default: "3.9"
|
||||
xcode_version:
|
||||
type: string
|
||||
default: "15.2.0"
|
||||
default: "16.0.0"
|
||||
deployment_target:
|
||||
type: string
|
||||
default: ""
|
||||
@ -338,14 +338,14 @@ workflows:
|
||||
- mac_build_and_test:
|
||||
matrix:
|
||||
parameters:
|
||||
xcode_version: ["15.0.0", "15.2.0", "16.0.0"]
|
||||
xcode_version: ["16.0.0"]
|
||||
- linux_build_and_test
|
||||
- build_documentation
|
||||
- build_release:
|
||||
matrix:
|
||||
parameters:
|
||||
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
xcode_version: ["15.2.0"]
|
||||
xcode_version: ["16.0.0"]
|
||||
deployment_target: ["", "14.0"]
|
||||
|
||||
build_pypi_release:
|
||||
@ -388,7 +388,7 @@ workflows:
|
||||
requires: [ hold ]
|
||||
matrix:
|
||||
parameters:
|
||||
xcode_version: ["15.0.0", "15.2.0", "16.0.0"]
|
||||
xcode_version: ["16.0.0"]
|
||||
- linux_build_and_test:
|
||||
requires: [ hold ]
|
||||
nightly_build:
|
||||
@ -401,7 +401,7 @@ workflows:
|
||||
matrix:
|
||||
parameters:
|
||||
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
xcode_version: ["15.2.0"]
|
||||
xcode_version: ["16.0.0"]
|
||||
deployment_target: ["", "14.0"]
|
||||
weekly_build:
|
||||
when:
|
||||
@ -413,7 +413,7 @@ workflows:
|
||||
matrix:
|
||||
parameters:
|
||||
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
xcode_version: ["15.0.0", "15.2.0", "16.0.0"]
|
||||
xcode_version: ["16.0.0"]
|
||||
build_env: ["DEV_RELEASE=1"]
|
||||
linux_test_release:
|
||||
when:
|
||||
|
Loading…
Reference in New Issue
Block a user