Skip to content

Commit a9cf3a6

Browse files
author
Christopher Doris
committed
test mac on more platforms
1 parent ecfaa30 commit a9cf3a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ jobs:
5757
matrix:
5858
os: [ubuntu-latest, windows-latest, macos-latest]
5959
pyversion: [">=3.8", "3.8"]
60+
include:
61+
- os: macos-latest
62+
pyversion: "3.13.2"
63+
- os: macos-latest
64+
pyversion: "3.13.1"
65+
- os: macos-latest
66+
pyversion: "3.13.0"
67+
- os: macos-latest
68+
pyversion: "3.12"
6069

6170
steps:
6271
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)