We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5019d0 commit cb64622Copy full SHA for cb64622
1 file changed
.github/workflows/release.yml
@@ -23,10 +23,10 @@ jobs:
23
- os: ubuntu-latest
24
target: x86_64-unknown-linux-gnu
25
archive: tar.gz
26
- - os: macos-13 # Intel runner — native x86_64, no cross-compilation
+ - os: macos-latest # ARM runner, cross-compiles to x86_64 via LLVM
27
target: x86_64-apple-darwin
28
29
- - os: macos-latest # Apple Silicon runner — native aarch64
+ - os: macos-latest # ARM runner, native aarch64
30
target: aarch64-apple-darwin
31
32
- os: windows-latest
0 commit comments