Skip to content

Commit 718e9ad

Browse files
fix: replace deprecated macos-13 runner with macos-latest in release workflow
macos-13 runners have been deprecated by GitHub Actions, causing the v0.1.0 release build to fail. Using macos-latest with target: x86_64 enables cross-compilation for Intel Macs on Apple Silicon runners.
1 parent 820c9e0 commit 718e9ad

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
@@ -19,7 +19,7 @@ jobs:
1919
target: aarch64
2020
- os: macos-14
2121
target: aarch64
22-
- os: macos-13
22+
- os: macos-latest
2323
target: x86_64
2424
- os: windows-latest
2525
target: x64

0 commit comments

Comments
 (0)