From 152d46c9f7bb0dd793eda3d606c56c4b6afda8dc Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Fri, 20 Nov 2020 14:34:04 +0000 Subject: Revert github actions back to VS2019, sigh. --- .github/workflows/unittests_windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/unittests_windows.yml b/.github/workflows/unittests_windows.yml index 0371f2e7..a15ca09d 100644 --- a/.github/workflows/unittests_windows.yml +++ b/.github/workflows/unittests_windows.yml @@ -12,8 +12,7 @@ on: jobs: WinVS2019: name: Windows VS2019 -# runs-on: windows-2019 - runs-on: windows-2016 + runs-on: windows-2019 strategy: fail-fast: false matrix: -- cgit v1.2.3