Skip to content

Commit 042fa1d

Browse files
committed
CI: Change check for windows-11-arm
1 parent b9aa4ad commit 042fa1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
platforms: all
5858

5959
- name: Setup LLVM for Windows ARM64
60-
if: ${{ matrix.buildplat[1] == 'win_arm64' }}
60+
if: ${{ matrix.os == 'windows-11-arm' }}
6161
uses: ./.github/windows_arm64_steps
6262

6363
- name: Build wheels (Default)

0 commit comments

Comments
 (0)