From 103fe92a5f76bd4c64f456489915510dd696ca4b Mon Sep 17 00:00:00 2001 From: Cainan Whelchel Date: Mon, 20 Jan 2025 22:36:06 -0500 Subject: [PATCH] Try pinning macos build to macos-13 instead of -latest (14,15) --- .github/workflows/mac-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index 2d65d53..292f215 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -17,7 +17,7 @@ on: jobs: build: - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v3