diff --git a/.github/workflows/render-and-publish.yml b/.github/workflows/render-and-publish.yml index 82c32e5..25d7322 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 steps: - name: Check out repository uses: actions/checkout@v3