Experiment with building macOS ARM64 Python packages

This commit is contained in:
Wilson Lin 2021-11-12 16:20:50 +11:00
parent 90775530f2
commit cc1b0d4e2b
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
feature: [core, js]
os: [macos-11.0, ubuntu-18.04, windows-2019, self-hosted-linux-arm64]
os: [macos-11.0, ubuntu-18.04, windows-2019, self-hosted-linux-arm64, self-hosted-macos-arm64]
python: [3.7, 3.8, 3.9, '3.10']
steps:
- uses: actions/checkout@v1
@ -38,6 +38,7 @@ jobs:
brew link python@${{ matrix.python }}
- name: Set up Rust
if: runner.name != 'macos-arm64'
uses: actions-rs/toolchain@v1
with:
toolchain: stable
@ -49,6 +50,7 @@ jobs:
run: .\.github\workflows\gcc.ps1
- name: Set up Go
if: runner.name != 'macos-arm64'
uses: actions/setup-go@v2
with:
go-version: '^1.14.0'