From 5e6bd171b1d8871764fd599df15c03c8b04100fe Mon Sep 17 00:00:00 2001 From: Eli Holmes - NOAA Date: Tue, 14 Jan 2025 18:10:32 -0800 Subject: [PATCH] Update render-and-publish.yml --- .github/workflows/render-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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