Skip to content

Commit 91f5fc4

Browse files
committed
Move back to 14.43 and make arm64 uppercase
1 parent 5e9339f commit 91f5fc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
id: toolchain-check
130130
run: |
131131
set +e
132-
if [ "${{ inputs.msvc-toolset-architecture }}" = "arm64" ]; then
132+
if [ "${{ inputs.msvc-toolset-architecture }}" = "ARM64" ]; then
133133
vcvars="vcvarsarm64.bat"
134134
else
135135
vcvars="vcvars64.bat"

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ jobs:
367367
with:
368368
platform: windows-aarch64
369369
runs-on: windows-11-arm
370-
msvc-toolset-version: '14.44'
371-
msvc-toolset-architecture: 'arm64'
370+
msvc-toolset-version: '14.43'
371+
msvc-toolset-architecture: 'ARM64'
372372
configure-arguments: ${{ github.event.inputs.configure-arguments }}
373373
make-arguments: ${{ github.event.inputs.make-arguments }}
374374
dry-run: ${{ needs.prepare.outputs.dry-run == 'true' }}

0 commit comments

Comments
 (0)