Skip to content

Commit

Permalink
chore: changes actions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
svituz committed Jan 9, 2024
1 parent 8d1fd26 commit e085559
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-latest]
python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: ubuntu-20.04
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
- os: ubuntu-latest
python-version: "2.7"
- os: macos-latest
python-version: "2.7"
- os: windows-latest
python-version: "2.7"

steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit e085559

Please sign in to comment.