Skip to content

Commit d01c2ff

Browse files
[CI] bump toolset version in sanitizer job on Win
Use the latest version available in the GHA Win image.
1 parent 73352c1 commit d01c2ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sanitizers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- name: Checkout
120120
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
121121

122-
# Use '14.38.33130' MSVC toolset when compiling UMF with ASan.
122+
# Use the latest MSVC toolset available, when compiling UMF with ASan.
123123
# Running binaries compiled with older toolsets results in a
124124
# 'STATUS_DLL_INIT_FAILED' error despite being linked with ASan from
125125
# the same toolset as the compiler being used.
@@ -129,7 +129,7 @@ jobs:
129129
uses: TheMrMilchmann/setup-msvc-dev@48edcef51a12c80d7e62ace57aae1417795e511c # v3.0.0
130130
with:
131131
arch: x64
132-
toolset: 14.38.33130
132+
toolset: '14.39.33519'
133133

134134
- name: Initialize vcpkg
135135
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5

0 commit comments

Comments
 (0)