diff --git a/.github/workflows/quarto-publish.yml b/.github/workflows/quarto-publish.yml index 466973a..46627af 100644 --- a/.github/workflows/quarto-publish.yml +++ b/.github/workflows/quarto-publish.yml @@ -17,7 +17,7 @@ permissions: jobs: lint: name: Lint with Prettier - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Check out repository @@ -35,7 +35,7 @@ jobs: run: npm run check build-deploy: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - name: Check out repository