From 309e4e64737bf427bf100f94bb24370f3603ce8d Mon Sep 17 00:00:00 2001 From: Rob Hyndman Date: Wed, 28 Feb 2024 12:42:35 +1100 Subject: [PATCH] Trying to build using macos instead of ubuntu --- .github/workflows/quarto-gh-pages-html.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarto-gh-pages-html.yml b/.github/workflows/quarto-gh-pages-html.yml index 0bb9891..79f8779 100644 --- a/.github/workflows/quarto-gh-pages-html.yml +++ b/.github/workflows/quarto-gh-pages-html.yml @@ -26,7 +26,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: macos-latest steps: - uses: actions/checkout@v3