From aabdbdeda008e18e5ec3fb59bdebf0f4f3371267 Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Sat, 16 Mar 2024 13:19:03 -1000 Subject: [PATCH] Try using the github builder --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a67dc3f..769d0a5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,7 @@ jobs: run: scripts/release.sh documentation-build: - runs-on: inseven-macos-14 + runs-on: macos-latest steps: - name: Checkout repository