We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a45b9e0 commit d5353c7Copy full SHA for d5353c7
1 file changed
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ubuntu-latest]
+ os: [macos-latest]
22
python-version: ["3.11", "3.12", "3.13", "3.14"]
23
sphinx: [""] # Newest Sphinx
24
myst-parser: [""] # Newest MyST Parser (any)
0 commit comments