From 288f732775a71b1eb2a6759cae8cd34df41b840c Mon Sep 17 00:00:00 2001 From: David Vo Date: Sat, 18 Jan 2025 19:45:17 +1100 Subject: [PATCH] ci: Test on native ARM64 --- .github/workflows/dist.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/dist.yml b/.github/workflows/dist.yml index 4065ff8d..ead4620b 100644 --- a/.github/workflows/dist.yml +++ b/.github/workflows/dist.yml @@ -103,6 +103,13 @@ jobs: architecture: x86 - os: ubuntu-22.04 architecture: x86 + include: + - os: macos-14 + python_version: 3.9 + architecture: arm64 + - os: ubuntu-22.04-arm + python_version: 3.11 + architecture: arm64 steps: - uses: actions/checkout@v3