From c8cfc14284dcc5c33bdfcbd22c6e2b37661c59ce Mon Sep 17 00:00:00 2001 From: Zev Lee <60147316+zevlee@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:37:58 -0500 Subject: [PATCH] build: Update release.yml Upgrade macos-12 to macos-13 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43d4b43..27f9b3f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: build-macos: name: Build for macOS - runs-on: macos-12 + runs-on: macos-13 steps: - name: Checkout uses: actions/checkout@v4