diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index b3d0678..93415bc 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -5,7 +5,7 @@ on: jobs: build-docs: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 @@ -23,4 +23,4 @@ jobs: - name: Render and publish to gh pages uses: quarto-dev/quarto-actions/publish@v2 with: - target: gh-pages \ No newline at end of file + target: gh-pages