Skip to content

Commit

Permalink
CI: change msvc2019* runners to windows-2019
Browse files Browse the repository at this point in the history
Github updated their runners. Windows-latest is now based on Windows
Server 2022 and comes with different tool versions.
MSVC 2019 is now available via the windows-2019 runner.
  • Loading branch information
falbrechtskirchinger committed Mar 2, 2022
1 parent aa7e97f commit 9299c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: cd build ; ctest -j 10 -C Release --output-on-failure

msvc2019:
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
build_type: [Debug, Release]
Expand All @@ -85,7 +85,7 @@ jobs:
run: cd build ; ctest -j 10 -C ${{ matrix.build_type }} --output-on-failure

msvc2019_latest:
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9299c72

Please sign in to comment.