Skip to content

Commit

Permalink
ci: exclude aarch64 for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <[email protected]>
  • Loading branch information
bryant-finney committed Sep 8, 2024
1 parent ca6914b commit eb7df9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-poetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
exclude:
- { os: macos, manylinux: musllinux_1_1 }
- { os: macos, manylinux: musllinux_1_2 }
- { os: windows, target: aarch64 }

# prettier-ignore
include:
Expand All @@ -180,7 +181,6 @@ jobs:
# windows
- { os: windows, target: i686, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
- { os: windows, target: x86, interpreter: 3.8 3.9 3.10 3.11 3.12, python-architecture: x86 }
- { os: windows, target: aarch64, interpreter: 3.9 3.10 3.11 3.12 }
- { os: windows, target: x86_64, interpreter: 3.8 3.9 3.10 3.11 3.12 }
- { os: windows, target: x64, interpreter: 3.8 3.9 3.10 3.11 3.12 }

Expand Down

0 comments on commit eb7df9c

Please sign in to comment.