diff --git a/.github/workflows/gatsby-publish.yaml b/.github/workflows/gatsby-publish.yaml index edeaa8c..0c307ed 100644 --- a/.github/workflows/gatsby-publish.yaml +++ b/.github/workflows/gatsby-publish.yaml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Checkout the current code uses: actions/checkout@v3