Skip to content

Commit b6228fa

Browse files
committed
Revert "Try running on all macos-latest / Python version combinations"
This reverts commit e4e5c69.
1 parent e4e5c69 commit b6228fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ jobs:
2828
strategy:
2929
matrix:
3030
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
31-
os: [ubuntu-latest, macos-latest]
31+
os: [ubuntu-latest]
32+
include:
33+
- os: macos-latest
34+
python-version: "3.8"
3235
fail-fast: false
3336

3437
steps:

0 commit comments

Comments
 (0)