diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a458a1..964de2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: include: - os: ubuntu-latest generator: Ninja - - os: windows-latest + - os: windows-2022 generator: "Visual Studio 17 2022" runs-on: ${{ matrix.os }} @@ -44,7 +44,7 @@ jobs: include: - os: ubuntu-latest generator: Ninja - - os: windows-latest + - os: windows-2022 generator: "Visual Studio 17 2022" runs-on: ${{ matrix.os }} @@ -85,7 +85,7 @@ jobs: cmake --install build/output --config Release - name: Add DLL path (Windows only) - if: matrix.os == 'windows-latest' + if: matrix.os == 'windows-2022' run: echo "${{ env.INSTALL_PREFIX }}/bin" >> $env:GITHUB_PATH - name: Configure project with CMake