From c03d1eaf0c43be5882a2fed3d9e3550eca968b2f Mon Sep 17 00:00:00 2001 From: Deborah Khider Date: Tue, 15 Oct 2024 11:02:02 -0700 Subject: [PATCH] Update gatsby-publish.yaml --- .github/workflows/gatsby-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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