MSVC toolchain requires Windows 1903 and newer but windows-2019 runner is Redstone 5 (1809)

This commit is contained in:
hmelder 2024-09-09 16:56:59 +02:00
parent 0a9d24a518
commit 4014ac26d7

View file

@ -173,7 +173,7 @@ jobs:
########### Windows ###########
windows:
name: ${{ matrix.name }}
runs-on: windows-2019
runs-on: windows-2022
# don't run pull requests from local branches twice
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository