Skip to content

Commit

Permalink
exclude specific python target combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Mar 5, 2024
1 parent 582dca8 commit 30a7990
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
strategy:
matrix:
python_version:
- major: 3
minor: 8
- major: 3
minor: 9
- major: 3
Expand Down Expand Up @@ -61,6 +63,26 @@ jobs:
bin: aqora
archive: tar.gz

exclude:
- platform:
name: darwin-aarch64
os: macos-14
target: aarch64-apple-darwin
bin: aqora
archive: tar.gz
python:
major: 3
minor: 8
- platform:
name: darwin-aarch64
os: macos-14
target: aarch64-apple-darwin
bin: aqora
archive: tar.gz
python:
major: 3
minor: 9

runs-on: ${{ matrix.platform.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 30a7990

Please sign in to comment.