We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a731b3b commit 6de262fCopy full SHA for 6de262f
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ permissions:
15
jobs:
16
# Build the documentation and upload the static HTML files as an artifact.
17
build:
18
- runs-on: ubuntu-latest
+ runs-on: 'macos-latest'
19
steps:
20
- uses: actions/checkout@v4
21
- uses: actions/setup-python@v4
0 commit comments