From 4ac21a61357ca5b0a7fbb4d1f1dcbf36ad854ac1 Mon Sep 17 00:00:00 2001 From: Charles Pisciotta Date: Mon, 20 Oct 2025 22:58:26 -0400 Subject: [PATCH] Update release.yml --- .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 2857d502..42405e4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: macos: name: Release macOS - runs-on: macos-14 + runs-on: macos-latest needs: create_release steps: - name: Checkout