From 6a5e34f9b7eb2e3f06dff38e3ae02dec6c6ece3f Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 30 Nov 2021 21:46:16 +0000 Subject: windows-2016 will no longer be supported by GitHub actions --- .github/workflows/win-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 637ca7e..8e9f2d5 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -2,7 +2,7 @@ name: Windows on: [push] jobs: msvc: - runs-on: windows-2016 + runs-on: windows-2019 defaults: run: shell: powershell @@ -41,7 +41,7 @@ jobs: env: ERROR_ON_FAILURES: 1 gcc: - runs-on: windows-2016 + runs-on: windows-2019 defaults: run: shell: bash -- cgit v0.12