Skip to content

Commit

Permalink
Test on ubuntu-latest, macos-latest, windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Jul 11, 2024
1 parent dfd8d5e commit 4e62872
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,25 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ 3.6, 3.7, 3.8, 3.9, '3.10' ]
exclude:
- os: ubuntu-latest
python-version: "3.6"

- os: macos-latest
python-version: "3.6"
- os: macos-latest
python-version: "3.7"

include:
- os: ubuntu-20.04
python-version: "3.6"

- os: macos-13
python-version: "3.6"
- os: macos-13
python-version: "3.7"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4e62872

Please sign in to comment.