diff options
| author | Charles Harris <charlesr.harris@gmail.com> | 2023-04-10 12:12:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-10 12:12:28 -0400 |
| commit | 7715f50ab5b122d8b516caca387a176c2793a749 (patch) | |
| tree | c4e4fb37c694ac941fcc0820afe99de491c5a9a3 /.github/workflows | |
| parent | 5786d14a885a0d2bd6a6f31b3b2e5cff3c484b85 (diff) | |
| parent | 340149c538aa8234fcc778315bee149335b50cb7 (diff) | |
| download | numpy-7715f50ab5b122d8b516caca387a176c2793a749.tar.gz | |
Merge pull request #23559 from andyfaff/gh23538
BLD: add static to std_c_flags program. Move macosx_arm64 wheel build to cirrus. Add regular macosx_arm64 job (closes #23538, #21765)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/wheels.yml | 2 |
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"] |
