Commit 718e9ad
committed
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments