Skip to content

Commit

Permalink
Modify the visual-studio matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed Oct 5, 2023
1 parent 24ee8ad commit 6635085
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/visual-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
fail-fast: false
max-parallel: 8
matrix:
os: [windows-latest]
msvs-version: [2016, 2019, 2022] # https://github.com/actions/virtual-environments/tree/main/images/win
include:
- os: windows-2019
msvs-verison: 2019
- os: windows-2022
msvs-version: 2022
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 6635085

Please sign in to comment.