From d4c3a5513886b6ccca29908090985d947c584357 Mon Sep 17 00:00:00 2001 From: Eugenio Lacuesta Date: Fri, 14 Feb 2025 13:16:50 -0300 Subject: [PATCH] Set OS versions explicitly --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cdbb8430..6b45733a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,13 +8,13 @@ jobs: timeout-minutes: 20 strategy: fail-fast: false + os: ubuntu-22.04 matrix: - os: [ubuntu-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - - os: macos-latest + - os: macos-14 python-version: "3.12" - - os: windows-latest + - os: windows-2022 python-version: "3.12" steps: