From 3a3397133658f62a1e63beb88c9305c062a2213f Mon Sep 17 00:00:00 2001 From: Christine Stawitz - NOAA <47904621+ChristineStawitz-NOAA@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:43:28 -0800 Subject: [PATCH] Update render-and-publish.yml switch OS to mac --- .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 6075736..fb4ae27 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 env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}