From 5c401f79718436482e51d64b68fe020865c6f508 Mon Sep 17 00:00:00 2001 From: Neraste Date: Tue, 2 Jan 2024 21:17:51 +0100 Subject: [PATCH] Split matrix in lines --- .github/workflows/ci.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4734901..fa66aa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,16 @@ jobs: strategy: matrix: - os: ["ubuntu-20.04", "windows-latest"] - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + os: + - ubuntu-latest + # MacOS disabled for now + - windows-latest + python-version: + - "3.7" + - "3.8" + - "3.9" + - "3.10" + - "3.11" steps: - uses: actions/checkout@v4 @@ -40,8 +48,10 @@ jobs: strategy: matrix: - # MacOS disabled for now - os: ["ubuntu-20.04", "windows-latest"] + os: + - ubuntu-20.04 + # MacOS disabled for now + - windows-latest steps: - uses: actions/checkout@v4