Merge pull request #5999 from radarhere/windows_latest

Switched from windows-2019 to windows-latest in GitHub Actions
This commit is contained in:
Hugo van Kemenade 2022-01-30 10:05:08 +02:00 committed by GitHub
commit 6e1b592218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: windows-2019
runs-on: windows-latest
strategy:
fail-fast: false
matrix:

View File

@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: windows-2019
runs-on: windows-latest
strategy:
fail-fast: false
matrix: