We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407b69d commit b7cb15aCopy full SHA for b7cb15a
1 file changed
.github/workflows/win-msvc.yml
@@ -18,7 +18,8 @@ jobs:
18
fail-fast: false
19
matrix:
20
include:
21
- - { icon: '🟪', arch: "x64", os: "windows-latest" }
+ - { icon: '🟪', arch: "win64", os: "windows-latest" }
22
+ - { icon: '🟫', arch: "win32", os: "windows-latest" }
23
- { icon: '🟩', arch: "arm64", os: "windows-11-arm" }
24
runs-on: ${{ matrix.os }}
25
name: 🚧${{ matrix.icon }} msvc ${{ matrix.arch }}
0 commit comments