Skip to content

Commit fa0fae1

Browse files
tanclaude
andcommitted
fix: use macos-latest for x86_64 build (macos-13 deprecated)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8d78b48 commit fa0fae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
os: macos-latest
1818
suffix: darwin-arm64
1919
- target: x86_64-apple-darwin
20-
os: macos-13
20+
os: macos-latest
2121
suffix: darwin-x86_64
2222
- target: x86_64-unknown-linux-gnu
2323
os: ubuntu-latest

0 commit comments

Comments
 (0)