From 28ce726265535d09609b2e7b4e7f357ac2f0576a Mon Sep 17 00:00:00 2001 From: Gokul Prathin <45752727+gokulprathin8@users.noreply.github.com> Date: Sun, 5 May 2024 22:36:01 -0400 Subject: [PATCH] Update release_workflow.yml --- .github/workflows/release_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml index 885368a1..2e62b321 100644 --- a/.github/workflows/release_workflow.yml +++ b/.github/workflows/release_workflow.yml @@ -146,7 +146,7 @@ jobs: build-macos: needs: build-jar - runs-on: macos-latest + runs-on: macos-13 steps: - name: Checkout code