Upgrade the CI to Github's windows-2022 image

This includes a newer version of Visual Studio.
This commit is contained in:
Simon Hausmann 2022-08-01 21:27:41 +02:00 committed by Simon Hausmann
parent 70781534f5
commit 72f98df2e9
4 changed files with 27 additions and 27 deletions

View file

@ -20,7 +20,7 @@ on:
jobs:
build_windows:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2
- name: Install latest stable Rust