Skip to content

Commit cb64622

Browse files
ci: replace deprecated macos-13 with macos-latest cross-compile
1 parent c5019d0 commit cb64622

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
- os: ubuntu-latest
2424
target: x86_64-unknown-linux-gnu
2525
archive: tar.gz
26-
- os: macos-13 # Intel runner — native x86_64, no cross-compilation
26+
- os: macos-latest # ARM runner, cross-compiles to x86_64 via LLVM
2727
target: x86_64-apple-darwin
2828
archive: tar.gz
29-
- os: macos-latest # Apple Silicon runner native aarch64
29+
- os: macos-latest # ARM runner, native aarch64
3030
target: aarch64-apple-darwin
3131
archive: tar.gz
3232
- os: windows-latest

0 commit comments

Comments
 (0)