Skip to content

Commit 5f89215

Browse files
Merge pull request #427 from robbievanleeuwen/fix-macos-tests
Fix MacOS Tests
2 parents 0a07311 + 6f93ae0 commit 5f89215

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- { python: "3.11", os: "windows-latest", session: "tests" }
3030
- { python: "3.10", os: "windows-latest", session: "tests" }
3131
- { python: "3.9", os: "windows-latest", session: "tests" }
32-
- { python: "3.12", os: "macos-latest", session: "tests" }
33-
- { python: "3.11", os: "macos-latest", session: "tests" }
34-
- { python: "3.10", os: "macos-latest", session: "tests" }
35-
- { python: "3.9", os: "macos-latest", session: "tests" }
32+
- { python: "3.12", os: "macos-13", session: "tests" }
33+
- { python: "3.11", os: "macos-13", session: "tests" }
34+
- { python: "3.10", os: "macos-13", session: "tests" }
35+
- { python: "3.9", os: "macos-13", session: "tests" }
3636
- { python: "3.10", os: "ubuntu-latest", session: "docs-build" }
3737

3838
env:

0 commit comments

Comments
 (0)