Skip to content

Commit

Permalink
use exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlKCarlK committed Jul 3, 2024
1 parent 8424639 commit 30fcf32
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,25 @@ jobs:
fail-fast: false
matrix:
os: [macos-13, macos-14, windows-2022, ubuntu-latest]
arch: [x86_64, arm64, AMD64, aarch64]
python-version: [3.9, "3.10", "3.11", "3.12"]
arch: [x86_64, arm64]
include:
exclude:
# Exclude invalid combinations
- os: macos-13
arch: x86_64
- os: macos-14
arch: arm64
- os: windows-2022
- os: macos-14
arch: x86_64
- os: windows-2022
arch: arm64
- os: ubuntu-latest
arch: x86_64
build: "manylinux2014"
build: "*musllinux_1_1*"
- os: ubuntu-latest
arch: arm64
build: "manylinux2014"
build: "*manylinux2014*"
- os: ubuntu-latest
arch: x86_64
arch: arm64
build: "*musllinux*"

steps:
- name: Checkout
Expand Down

0 comments on commit 30fcf32

Please sign in to comment.