From 5516142dfa81de726357c6986444c5f310240e24 Mon Sep 17 00:00:00 2001 From: Ryan Mast Date: Fri, 9 Feb 2024 12:56:08 -0800 Subject: [PATCH] Run the docs build using the new macOS 14 ARM runners --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bc3ffae..ef426d2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,7 +7,7 @@ on: jobs: docs: - runs-on: ubuntu-latest + runs-on: macos-14 steps: - uses: actions/checkout@v4 - name: Setup Python