Skip to content

Commit

Permalink
Fix dist workflow by upgrading MSVC toolset
Browse files Browse the repository at this point in the history
Actions no longer provides 14.39, so we need to upgrade to 14.40.
  • Loading branch information
calcmogul committed Jun 8, 2024
1 parent 5ae9ff2 commit 0dc980c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Setup msvc version
uses: ilammy/msvc-dev-cmd@v1
with:
toolset: "14.39"
toolset: "14.40"

#
# Setup build caching
Expand Down

0 comments on commit 0dc980c

Please sign in to comment.