We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6bcd25 commit 3388831Copy full SHA for 3388831
.github/workflows/build.yml
@@ -190,14 +190,14 @@ jobs:
190
fail-fast: false
191
matrix:
192
os:
193
- - windows-latest
+ - windows-latest
194
arch:
195
- - x86
196
- - x64
+ - x86
+ - x64
197
include:
198
- # Forks don't have access to Windows on Arm runners. These jobs are skipped below:
199
- - os: ${{ github.repository_owner == 'python' && 'windows-aarch64' || 'windows-latest' }}
200
- arch: arm64
+ # Forks don't have access to Windows on Arm runners. These jobs are skipped below:
+ - os: ${{ github.repository_owner == 'python' && 'windows-aarch64' || 'windows-latest' }}
+ arch: arm64
201
uses: ./.github/workflows/reusable-windows-msi.yml
202
with:
203
os: ${{ matrix.os }}
0 commit comments