Skip to content

Commit f0d53be

Browse files
committed
Move back to 14.43 and make arm64 uppercase
1 parent 11886cb commit f0d53be

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-windows.yml

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

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
with:
312312
platform: windows-x64
313313
runs-on: windows-2025
314-
msvc-toolset-version: '14.44'
314+
msvc-toolset-version: '14.43'
315315
msvc-toolset-architecture: 'x86.x64'
316316
configure-arguments: ${{ github.event.inputs.configure-arguments }}
317317
make-arguments: ${{ github.event.inputs.make-arguments }}
@@ -324,8 +324,8 @@ jobs:
324324
with:
325325
platform: windows-aarch64
326326
runs-on: windows-11-arm
327-
msvc-toolset-version: '14.44'
328-
msvc-toolset-architecture: 'arm64'
327+
msvc-toolset-version: '14.43'
328+
msvc-toolset-architecture: 'ARM64'
329329
configure-arguments: ${{ github.event.inputs.configure-arguments }}
330330
make-arguments: ${{ github.event.inputs.make-arguments }}
331331
if: needs.prepare.outputs.windows-aarch64 == 'true'

0 commit comments

Comments
 (0)