From 3e4070bbb3a6603858f0c90cb7ccc61e1cb7591b Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 26 Dec 2020 03:35:28 +0100 Subject: [PATCH] Enable Windows 2019 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6be007e2..4c5ff3b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push jobs: tests: # Set the type of machine to run on - runs-on: ubuntu-20.04 + runs-on: [ubuntu-20.04, windows-2019] strategy: matrix: environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter']