Skip to content

Commit b556927

Browse files
authored
[GHA] VS 14.42 toolset (#29265)
### Details: - Use 14.42 toolset to be aligned with genai ci ### Tickets: - *ticket-id*
1 parent ea05578 commit b556927

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/job_build_windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Configure Developer Command Prompt for Microsoft Visual C++
159159
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
160160
with:
161-
toolset: 14.40 # v2022
161+
toolset: 14.42 # v2022
162162

163163
- name: Set SSL_CERT_FILE for model downloading for unit tests
164164
run: echo SSL_CERT_FILE=$(python3 -m certifi) >> $env:GITHUB_ENV

.github/workflows/job_samples_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if: runner.os == 'Windows'
8989
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
9090
with:
91-
toolset: 14.40 # v2022
91+
toolset: 14.42 # v2022
9292

9393
- name: Build cpp samples
9494
run: $INSTALL_DIR/samples/cpp/build_samples.sh -i $INSTALL_DIR -b $BUILD_DIR/cpp_samples

.github/workflows/windows_conditional_compilation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Configure Developer Command Prompt for Microsoft Visual C++
159159
uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
160160
with:
161-
toolset: 14.40 # v2022
161+
toolset: 14.42 # v2022
162162

163163
- name: Set SSL_CERT_FILE for model downloading for unit tests
164164
run: echo SSL_CERT_FILE=$(python3 -m certifi) >> $env:GITHUB_ENV

0 commit comments

Comments
 (0)