From a911ab2a4d56118fb91fbf38db9291ea7c8b36a9 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 1 Feb 2025 18:40:08 +0100 Subject: [PATCH] Windows tests are slow so let them run first --- .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 e189a784e3..56da1a1f62 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,7 +94,7 @@ jobs: fail-fast: false max-parallel: 11 matrix: - os: [macos-latest, ubuntu-latest, windows-latest] + os: [windows-latest, macos-latest, ubuntu-latest] python: ["3.9", "3.11", "3.13"] node: [18.x, 20.x, 22.x, 23.x] include: