Skip to content

Commit

Permalink
Simplify GitHub Actions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rovellipaolo committed Feb 23, 2024
1 parent 955c2b4 commit 2b57073
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
python-version: ["3.8", "3.10", "3.12"]
exclude:
- os: ubuntu-20.04
python-version: "3.10"
- os: ubuntu-20.04
python-version: "3.12"
- os: ubuntu-latest
python-version: "3.8"
- os: macos-latest
python-version: "3.8"
- os: macos-latest
Expand Down

0 comments on commit 2b57073

Please sign in to comment.