This is harder than it needs to be.
This commit is contained in:
parent
75fb06fe23
commit
533523c18c
1 changed files with 12 additions and 12 deletions
24
.github/workflows/build-test-pypi.yml
vendored
24
.github/workflows/build-test-pypi.yml
vendored
|
@ -43,20 +43,20 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
|
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
|
||||||
archs: ["x86_64, i686", "arm64"]
|
archs: ["x86_64, i686", "aarch64"]
|
||||||
build: ["manylinux", "musllinux"]
|
build: ["manylinux", "musllinux"]
|
||||||
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||||
#include:
|
include:
|
||||||
# - os: windows-latest
|
- os: windows-latest
|
||||||
# archs: "AMD64"
|
archs: "AMD64"
|
||||||
# - os: windows-latest
|
- os: windows-latest
|
||||||
# archs: "x86"
|
archs: "x86"
|
||||||
# - os: windows-latest
|
- os: windows-latest
|
||||||
# archs: "ARM64"
|
archs: "ARM64"
|
||||||
# - os: macos-13
|
- os: macos-13
|
||||||
# archs: "x86_64"
|
archs: "x86_64"
|
||||||
# - os: macos-14
|
- os: macos-14
|
||||||
# archs: "arm64"
|
archs: "arm64"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue