From b76769eb609daecd2b726e74811df540d91b1db5 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 11 Dec 2024 17:04:50 +0100 Subject: [PATCH] re-order matrix to optimize total time --- .github/workflows/integration-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 460327b9935f..5d63f366716d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -16,24 +16,24 @@ jobs: node-version: [20] runner: - - name: Linux - os: namespace-profile-default - - name: Windows os: windows-latest + - name: Linux + os: namespace-profile-default + - name: macOS os: macos-14 integration-type: - - sequential - concurrent + - sequential integration: - - cli - - postcss - upgrade - vite + - cli + - postcss # Exclude windows and macos from being built on feature branches on-next-branch: