From 90279d59ebbafbfb7735dd3a4b6558949b1a303c Mon Sep 17 00:00:00 2001 From: Deborah Khider Date: Wed, 2 Oct 2024 13:46:17 -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 5ab884d..89eedb6 100644 --- a/.github/workflows/gatsby-publish.yaml +++ b/.github/workflows/gatsby-publish.yaml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - name: Checkout the current code uses: actions/checkout@v2.3.1