Skip to content

Commit 11886cb

Browse files
committed
Bump MSVC to 14.44
1 parent 0ed250d commit 11886cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 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.43'
314+
msvc-toolset-version: '14.44'
315315
msvc-toolset-architecture: 'x86.x64'
316316
configure-arguments: ${{ github.event.inputs.configure-arguments }}
317317
make-arguments: ${{ github.event.inputs.make-arguments }}
@@ -324,7 +324,7 @@ jobs:
324324
with:
325325
platform: windows-aarch64
326326
runs-on: windows-11-arm
327-
msvc-toolset-version: '14.43'
327+
msvc-toolset-version: '14.44'
328328
msvc-toolset-architecture: 'arm64'
329329
configure-arguments: ${{ github.event.inputs.configure-arguments }}
330330
make-arguments: ${{ github.event.inputs.make-arguments }}

0 commit comments

Comments
 (0)