mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-16 16:07:30 +00:00
add Universal2 'arch'
This commit is contained in:
parent
f3513a9c65
commit
071ed97ba2
17
.github/workflows/miniupnpc_wheels.yml
vendored
17
.github/workflows/miniupnpc_wheels.yml
vendored
@ -53,13 +53,15 @@ jobs:
|
|||||||
runs-on:
|
runs-on:
|
||||||
arm: [macos-14]
|
arm: [macos-14]
|
||||||
intel: [macos-latest]
|
intel: [macos-latest]
|
||||||
|
universal2: [macos-12]
|
||||||
macosx-deployment-target:
|
macosx-deployment-target:
|
||||||
arm: 11.0
|
arm: 11.0
|
||||||
intel: 10.14
|
intel: 10.14
|
||||||
|
universal2: 10.14
|
||||||
cibw-archs:
|
cibw-archs:
|
||||||
# TODO: do we need universal2?
|
|
||||||
arm: arm64
|
arm: arm64
|
||||||
intel: x86_64
|
intel: x86_64
|
||||||
|
universal2: universal2
|
||||||
- name: Linux
|
- name: Linux
|
||||||
file-name: linux
|
file-name: linux
|
||||||
matrix: linux
|
matrix: linux
|
||||||
@ -119,12 +121,21 @@ jobs:
|
|||||||
- name: ARM
|
- name: ARM
|
||||||
file-name: arm
|
file-name: arm
|
||||||
matrix: arm
|
matrix: arm
|
||||||
cibw: aarch64
|
|
||||||
- name: Intel
|
- name: Intel
|
||||||
file-name: intel
|
file-name: intel
|
||||||
matrix: intel
|
matrix: intel
|
||||||
cibw: x86_64
|
- name: Universal2
|
||||||
|
file-name: universal2
|
||||||
|
matrix: universal2
|
||||||
exclude:
|
exclude:
|
||||||
|
- os:
|
||||||
|
matrix: linux
|
||||||
|
arch:
|
||||||
|
matrix: universal2
|
||||||
|
- os:
|
||||||
|
matrix: windows
|
||||||
|
arch:
|
||||||
|
matrix: universal2
|
||||||
- os: # excluding windows entirely as that is presently handled in AppVeyor
|
- os: # excluding windows entirely as that is presently handled in AppVeyor
|
||||||
matrix: windows
|
matrix: windows
|
||||||
- os:
|
- os:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user