diff --git a/.github/workflows/render-and-publish.yml b/.github/workflows/render-and-publish.yml index 6075736..fb4ae27 100644 --- a/.github/workflows/render-and-publish.yml +++ b/.github/workflows/render-and-publish.yml @@ -6,7 +6,7 @@ name: Render and Publish jobs: build-deploy: - runs-on: ubuntu-latest + runs-on: macos-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}