Merge pull request #736 from altendky/patch-3

add Universal2 'arch'
This commit is contained in:
Thomas BERNARD 2024-05-13 17:51:02 +02:00 committed by GitHub
commit 43621c330d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 3 deletions

View File

@ -53,13 +53,15 @@ jobs:
runs-on:
arm: [macos-latest]
intel: [macos-12]
universal2: [macos-12]
macosx-deployment-target:
arm: 11.0
intel: 10.14
universal2: 11.0
cibw-archs:
# TODO: do we need universal2?
arm: arm64
intel: x86_64
universal2: universal2
- name: Linux
file-name: linux
matrix: linux
@ -119,12 +121,21 @@ jobs:
- name: ARM
file-name: arm
matrix: arm
cibw: aarch64
- name: Intel
file-name: intel
matrix: intel
cibw: x86_64
- name: Universal2
file-name: universal2
matrix: universal2
exclude:
- os:
matrix: linux
arch:
matrix: universal2
- os:
matrix: windows
arch:
matrix: universal2
- os: # excluding windows entirely as that is presently handled in AppVeyor
matrix: windows
- os:
@ -137,6 +148,12 @@ jobs:
matrix: arm
python:
matrix: '3.7'
- os:
matrix: macos
arch:
matrix: universal2
python:
matrix: '3.7'
- os:
matrix: macos
arch: