Skip to content

Commit c44ad5b

Browse files
fix matrix
1 parent f5515e2 commit c44ad5b

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
os: [Ubuntu, macOS, Windows]
21-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
21+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
22+
include:
23+
- os: Ubuntu
24+
image: ubuntu-22.04
25+
- os: Windows
26+
image: windows-2022
27+
- os: macOS
28+
image: macos-12
2229
defaults:
2330
run:
2431
shell: bash

0 commit comments

Comments
 (0)