Skip to content

Commit e4447d3

Browse files
Hornfiskclaude
andcommitted
ci: cross-compile Intel macOS from macos-14 ARM runner
GitHub retired the free macos-13 Intel runners. Build x86_64-apple-darwin on the macos-14 host instead; Xcode on the ARM runner ships both SDKs and the Rust toolchain action already installs the target. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 940953e commit e4447d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- os: macos-14
2424
target: aarch64-apple-darwin
2525
artifact: slammer-macos-arm64
26-
- os: macos-13
26+
- os: macos-14
2727
target: x86_64-apple-darwin
2828
artifact: slammer-macos-x86_64
2929
- os: windows-latest

0 commit comments

Comments
 (0)