Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
# the branch tip, which may already have moved on to an untested commit.
ref: ${{ github.event.workflow_run.head_sha || github.ref }}

# mlx-swift-lm needs Swift tools 6.2; the macos-15 default Xcode ships 6.1.
- name: Select Xcode 26 (Swift 6.2)
run: sudo xcode-select -s /Applications/Xcode_26.3.app

- name: Install Metal Toolchain
run: xcodebuild -downloadComponent MetalToolchain || true

Expand Down
Loading