Skip to content

Commit

Permalink
ci: trying to use specific versions of msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Jun 16, 2024
1 parent 3d43303 commit 1575adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
version: ['16.0', '17.0']
version: ['16', '17']
standard: ['11', '14', '17', '20']
config: ['Release', 'Debug']
precompile: ['ON', 'OFF']
Expand Down

0 comments on commit 1575adf

Please sign in to comment.