diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 08fd9e2..5b5edc3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,7 +17,7 @@ concurrency: jobs: docs: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -44,7 +44,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest + runs-on: macos-latest needs: docs steps: