From 86821fa3370eb75b90bd6b0963eab7f28585d8e8 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Fri, 20 Nov 2020 11:05:10 +0000 Subject: Fix unit test failures, and regress Windows CI testing to VS2017 as VS2019 latest ICEs. --- .github/workflows/unittests_windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/unittests_windows.yml b/.github/workflows/unittests_windows.yml index a15ca09d..0371f2e7 100644 --- a/.github/workflows/unittests_windows.yml +++ b/.github/workflows/unittests_windows.yml @@ -12,7 +12,8 @@ on: jobs: WinVS2019: name: Windows VS2019 - runs-on: windows-2019 +# runs-on: windows-2019 + runs-on: windows-2016 strategy: fail-fast: false matrix: -- cgit v1.2.3