diff --git a/.github/workflows/conda-ci.yml b/.github/workflows/conda-ci.yml index 2a73ca663..70578615a 100644 --- a/.github/workflows/conda-ci.yml +++ b/.github/workflows/conda-ci.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: build_type: [Release] - os: [ubuntu-latest, windows-2019, macos-latest] + os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false steps: @@ -62,7 +62,7 @@ jobs: run: | mkdir -p build cd build - cmake -G"Visual Studio 16 2019" -DBUILD_TESTING:BOOL=ON \ + cmake -G"Visual Studio 17 2022" -DBUILD_TESTING:BOOL=ON \ -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} .. - name: Build