From 3421a8e19ff152973a604047aa285c9fa946e260 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Mon, 26 Aug 2019 22:49:18 +0200 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 24844166..b3e95c4b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -2,7 +2,7 @@ name: Windows Build on: [push, pull_request] jobs: build: - runs-on: windows-latest + runs-on: windows-2016 steps: - name: Checkout