Skip to content

Commit

Permalink
chore: Simplify ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov committed Aug 31, 2023
1 parent e58f5bc commit 4837928
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,14 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
- runs-on: "windows-2022"
python: "3.11"
pybind11-branch: "master"
- runs-on: "ubuntu-latest"
python: "3.11"
pybind11-branch: "master"
- runs-on: "ubuntu-latest"
python: "3.10"
pybind11-branch: "master"
- runs-on: "ubuntu-latest"
python: "3.9"
pybind11-branch: "master"
- runs-on: "ubuntu-latest"
python: "3.8"
pybind11-branch: "master"
- runs-on: "ubuntu-latest"
python: "3.7"
pybind11-branch: "master"
pybind11-branch: [ "master" ]
runs-on: [ "ubuntu-latest" ]
python:
- "3.11"
- "3.10"
- "3.9"
- "3.8"
- "3.7"
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 4837928

Please sign in to comment.