Skip to content

Commit e4e5c69

Browse files
committed
Try running on all macos-latest / Python version combinations
1 parent f6990f5 commit e4e5c69

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests.yml

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

3734
steps:

0 commit comments

Comments
 (0)