Skip to content

Commit

Permalink
chore(ci): disable windows arm wheels
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Jul 22, 2024
1 parent 6f60bc3 commit 8a6b454
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,11 @@ jobs:
- os: macos-14
archs: arm64
build: ""
- os: windows-2019
archs: ARM64
build: ""
# TODO: Re-enable once the issues with Windows ARM64 are resolved.exclude:
# See: pypa/cibuildwheel#1942
# - os: windows-2019
# archs: ARM64
# build: ""

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down

0 comments on commit 8a6b454

Please sign in to comment.