Skip to content

Commit

Permalink
fix: update windows.yml for Github Actions
Browse files Browse the repository at this point in the history
Resolves #134
  • Loading branch information
bassoy authored and Cem Bassoy committed Sep 9, 2021
1 parent 669a1d5 commit 254a3b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
# - {os: windows-2016, toolset: msvc, version: 14.16, cxxstd: 11}
# - {os: windows-2019, toolset: msvc, version: 14.28, cxxstd: 11}
# - {os: windows-2019, toolset: msvc, version: 14.28, cxxstd: 17}
- {os: windows-2019, toolset: msvc, version: 14.28, cxxstd: latest}
- {os: windows-2019, toolset: msvc, version: 14.29, cxxstd: latest}
# - {os: windows-2022, toolset: msvc, version: 14.30, cxxstd: latest}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 254a3b1

Please sign in to comment.