Skip to content

Commit

Permalink
Use 14.4 as the latest MSC version
Browse files Browse the repository at this point in the history
And take away the toolset version from wart - it can just be built with whatever the default is.
  • Loading branch information
davidrg committed Jun 25, 2024
1 parent 69ae15f commit 61176ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
uses: ilammy/[email protected]
with:
arch: x86
toolset: 14.3
- name: Build ckwart
run: |
call ..\..\setenv.bat
Expand Down Expand Up @@ -167,7 +166,7 @@ jobs:
toolset:
- 14.0
- 14.2
- 14.3
- 14.4
exclude:
# No point building ARM or ARM64 targets with anything less than the latest as the latest
# still supports the first ARM Windows.
Expand Down

0 comments on commit 61176ca

Please sign in to comment.