From 46b1e5a635bf9f2efb7783d3064c388bc31a226b Mon Sep 17 00:00:00 2001 From: Mark Wieczorek Date: Thu, 18 Jan 2024 15:21:17 +0100 Subject: [PATCH] update workflow, add aarch and remove universal2 --- .github/workflows/build_wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 0c771a5..64282f6 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -19,9 +19,8 @@ jobs: os: [ubuntu-latest, macos-latest] include: - os: macos-latest - platform: universal2 - os: ubuntu-latest - platform: x86_64 + platform: [x86_64, aarch64] env: REPO_DIR: SHTOOLS