From 67fb74c05fdc5db8a506c4a2fa90e8c0c24c1f50 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 8 Jan 2025 21:42:05 +0100 Subject: [PATCH] Try windows 2019 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c924874c..a8ab1898 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-2019] python_version: ["3.9", "3.10", "3.11", "3.12"] runs-on: ${{ matrix.os }}