Skip to content

Commit

Permalink
docs: Switch to using the free macos runners to build the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Oct 30, 2023
1 parent 101d8ec commit 5022fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
# Test building the docs (html, linkcheck, doctest, coverage)
test-docs:
runs-on: ubuntu-latest-4-cores
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:
with:
node-version: 18 # The node version needs to stay in sync with .readthedocs.yml
- run: npm install -g @mermaid-js/mermaid-cli
- run: sudo apt install --no-install-recommends --assume-yes graphviz
- run: brew install graphviz
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 5022fbc

Please sign in to comment.