Skip to content

Commit b74ad45

Browse files
committed
Remove aarch64 for windows, for now
1 parent b8a6931 commit b74ad45

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ jobs:
4949
- os: windows
5050
target: i686
5151
python-architecture: x86
52-
# Windows aarch64 only supported by Python 3.11+
53-
- os: windows
54-
target: aarch64
55-
interpreter: 3.11 3.12
5652
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
5753
if: "startsWith(github.ref, 'refs/tags/')"
5854
steps:

0 commit comments

Comments
 (0)