diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b20adbc99c..c210f86514 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,14 +7,13 @@ jobs: runs-on: ${{ matrix.os }} container: ${{ matrix.container }} env: - VS_VERSION: ${{ matrix.os == 'windows-2016' && '2017' || (matrix.os == 'windows-2019' && '2019' || (matrix.os == 'windows-2022' && '2022' || '')) }} + VS_VERSION: ${{ (matrix.os == 'windows-2019' && '2019' || (matrix.os == 'windows-2022' && '2022' || '')) }} strategy: fail-fast: false matrix: os: - macOS-latest - - windows-2016 - windows-2019 - windows-2022 - ubuntu-20.04