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 0ed250d commit 11886cbCopy full SHA for 11886cb
.github/workflows/main.yml
@@ -311,7 +311,7 @@ jobs:
311
with:
312
platform: windows-x64
313
runs-on: windows-2025
314
- msvc-toolset-version: '14.43'
+ msvc-toolset-version: '14.44'
315
msvc-toolset-architecture: 'x86.x64'
316
configure-arguments: ${{ github.event.inputs.configure-arguments }}
317
make-arguments: ${{ github.event.inputs.make-arguments }}
@@ -324,7 +324,7 @@ jobs:
324
325
platform: windows-aarch64
326
runs-on: windows-11-arm
327
328
msvc-toolset-architecture: 'arm64'
329
330
0 commit comments