summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndrew Nelson <andyfaff@gmail.com>2023-04-08 12:09:31 +1000
committerAndrew Nelson <andyfaff@gmail.com>2023-04-08 16:12:02 +1000
commit8462739e2af4f58b730033a4e881fea5650e870d (patch)
tree8c5f59c2a48dd73c207c4e67f209bd067ca79eab /.github/workflows
parent8a32e35327acf2c2ca377658b6528a474565b2f3 (diff)
downloadnumpy-8462739e2af4f58b730033a4e881fea5650e870d.tar.gz
CI: macosx_arm64 natively on cirrus
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/wheels.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml
index 71e0c68fd..9cd38870f 100644
--- a/.github/workflows/wheels.yml
+++ b/.github/workflows/wheels.yml
@@ -76,7 +76,7 @@ jobs:
buildplat:
- [ubuntu-20.04, manylinux_x86_64]
- [ubuntu-20.04, musllinux_x86_64]
- - [macos-12, macosx_*]
+ - [macos-12, macosx_x86_64]
- [windows-2019, win_amd64]
- [windows-2019, win32]
python: ["cp39", "cp310", "cp311", "pp39"]