Skip to content

Commit 9a170a3

Browse files
copyleftdevclaude
andcommitted
fix(ci): use macos-latest for x86_64-apple-darwin build
macos-13 runners are retired. macos-latest (Apple Silicon) can cross-compile to x86_64 with the target installed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 82f36f4 commit 9a170a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runner: ubuntu-latest
2626
use_cross: true
2727
- target: x86_64-apple-darwin
28-
runner: macos-13
28+
runner: macos-latest
2929
use_cross: false
3030
- target: aarch64-apple-darwin
3131
runner: macos-latest

0 commit comments

Comments
 (0)