We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9aa4ad commit 042fa1dCopy full SHA for 042fa1d
1 file changed
.github/workflows/build-wheels.yml
@@ -57,7 +57,7 @@ jobs:
57
platforms: all
58
59
- name: Setup LLVM for Windows ARM64
60
- if: ${{ matrix.buildplat[1] == 'win_arm64' }}
+ if: ${{ matrix.os == 'windows-11-arm' }}
61
uses: ./.github/windows_arm64_steps
62
63
- name: Build wheels (Default)
0 commit comments