Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
Loading