Skip to content

Commit 4e62872

Browse files
committed
Test on ubuntu-latest, macos-latest, windows-latest
1 parent dfd8d5e commit 4e62872

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/workflows/unit-tests.yml

+18-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,25 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
os: [ ubuntu-20.04, macos-latest, windows-latest ]
18+
os: [ ubuntu-latest, macos-latest, windows-latest ]
1919
python-version: [ 3.6, 3.7, 3.8, 3.9, '3.10' ]
20+
exclude:
21+
- os: ubuntu-latest
22+
python-version: "3.6"
23+
24+
- os: macos-latest
25+
python-version: "3.6"
26+
- os: macos-latest
27+
python-version: "3.7"
28+
29+
include:
30+
- os: ubuntu-20.04
31+
python-version: "3.6"
32+
33+
- os: macos-13
34+
python-version: "3.6"
35+
- os: macos-13
36+
python-version: "3.7"
2037

2138
steps:
2239
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)