Skip to content

Commit 0fcf927

Browse files
committed
Actually remove windows aarch64
1 parent b74ad45 commit 0fcf927

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
- os: windows
5050
target: i686
5151
python-architecture: x86
52+
exclude:
53+
- os: windows
54+
target: aarch64
5255
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
5356
if: "startsWith(github.ref, 'refs/tags/')"
5457
steps:

0 commit comments

Comments
 (0)