From 09c7e7521fd0ff02736be26e95ac6834f5e565ae Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sat, 25 May 2024 09:36:16 +0200 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 56e3057..adc3935 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} build_macos_x86_64: - runs-on: macos-latest + runs-on: macos-13 steps: - name: Checkout uses: actions/checkout@v1