From bea401912f08ea12bb90ada4e91f20aef6d17d05 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 26 Dec 2020 03:42:33 +0100 Subject: [PATCH] Hopefully fix Actions configuration --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c5ff3b1..ae94b545 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,10 @@ on: push jobs: tests: # Set the type of machine to run on - runs-on: [ubuntu-20.04, windows-2019] + runs-on: ${{ matrix.os }} strategy: matrix: + os: [ubuntu-20.04, windows-2019] environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter'] python-version: [3.6, 3.7, 3.8, 3.9] steps: