From cffb10188a11475f417cad394ceb929af44e6773 Mon Sep 17 00:00:00 2001 From: derrod Date: Wed, 26 Jan 2022 17:18:02 +0100 Subject: [PATCH] .github use windows-2019 for building This should fix the failures that started today. --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 8e524b2..7c91560 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-20.04', 'windows-latest', 'macos-11'] + os: ['ubuntu-20.04', 'windows-2019', 'macos-11'] fail-fast: false max-parallel: 3