fix(ci): use macos-latest for Intel Mac cross-compilation

macos-13 runners are deprecated. Cross-compile x86_64-apple-darwin
from ARM macOS runner instead.
This commit is contained in:
Sam Valladares 2026-02-19 03:05:33 -06:00
parent ce520bb246
commit 1bc4a762dc

View file

@ -30,7 +30,7 @@ jobs:
os: windows-latest
archive: zip
- target: x86_64-apple-darwin
os: macos-13
os: macos-latest
archive: tar.gz
- target: aarch64-apple-darwin
os: macos-latest