chore(acp): build native packages on latest mac (#8075)

This commit is contained in:
Alex Hancock
2026-03-23 15:22:32 -04:00
committed by GitHub
parent ed5e1305d1
commit 2ff4ab27ee
+6 -2
View File
@@ -29,10 +29,10 @@ jobs:
matrix:
include:
- platform: darwin-arm64
os: macos-14
os: macos-latest
target: aarch64-apple-darwin
- platform: darwin-x64
os: macos-13
os: macos-latest
target: x86_64-apple-darwin
- platform: linux-arm64
os: ubuntu-24.04-arm
@@ -53,6 +53,10 @@ jobs:
with:
targets: ${{ matrix.target }}
- name: Add Intel target for cross-compilation (macOS ARM64 → x86_64)
if: matrix.platform == 'darwin-x64'
run: rustup target add x86_64-apple-darwin
- name: Install cross-compilation tools (Linux ARM64)
if: matrix.platform == 'linux-arm64'
run: |