Skip to content

Commit

Permalink
Split matrix in lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraste committed Jan 2, 2024
1 parent 31383ad commit 5c401f7
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5c401f7

Please sign in to comment.