Skip to content

Commit e115460

Browse files
authored
Merge pull request #157 from OpenBrickProtocolFoundation/update-msvc
CI update MSVC to 14.40 (17.10)
2 parents 1fb575a + 471360b commit e115460

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: TheMrMilchmann/setup-msvc-dev@v3
3737
with:
3838
arch: x64
39-
toolset: 14.39
39+
toolset: "14.40"
4040

4141
- name: Setup meson
4242
if: matrix.config.os != 'macos'

.github/workflows/meson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
uses: TheMrMilchmann/setup-msvc-dev@v3
9999
with:
100100
arch: x64
101-
toolset: 14.39
101+
toolset: "14.40"
102102

103103

104104
- name: Setup MYSYS2 (Windows)

.github/workflows/wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: TheMrMilchmann/setup-msvc-dev@v3
4343
with:
4444
arch: x64
45-
toolset: 14.39
45+
toolset: 14.40
4646

4747
- name: Setup GCC (Linux)
4848
if: matrix.config.os == 'ubuntu'

0 commit comments

Comments
 (0)