Skip to content

Commit

Permalink
Actually remove windows aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Mar 2, 2024
1 parent b74ad45 commit 0fcf927
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- os: windows
target: i686
python-architecture: x86
exclude:
- os: windows
target: aarch64
runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
if: "startsWith(github.ref, 'refs/tags/')"
steps:
Expand Down

0 comments on commit 0fcf927

Please sign in to comment.