Skip to content

Commit a724533

Browse files
committed
Smaller build matrix
1 parent 264c94d commit a724533

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,10 @@ jobs:
8181
- 3.7
8282
- 3.8
8383
- 3.9
84-
os: ["macos-latest", "ubuntu-latest"]
84+
os: ["ubuntu-latest"]
85+
include:
86+
- os: "macos-latest"
87+
python-version: 3.8
8588
steps:
8689
- uses: actions/[email protected]
8790
with:

0 commit comments

Comments
 (0)