From 8b1450f369d7c01aff5f9edc867e39b8e8c4cebf Mon Sep 17 00:00:00 2001 From: Cserna Zsolt Date: Thu, 29 Aug 2024 10:37:10 +0200 Subject: [PATCH] use windows-2019 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e48f589..b8b3b8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,11 +39,11 @@ jobs: strategy: matrix: python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"] - os-version: ["ubuntu-latest", "windows-latest"] + os-version: ["ubuntu-latest", "windows-2019"] exclude: - - os-version: windows-latest + - os-version: windows-2019 include: - - os-version: windows-latest + - os-version: windows-2019 python-version: 3.12 runs-on: ${{ matrix.os-version }}