From 0cde530fee7ae86a2b98f1288d4696b4731ff364 Mon Sep 17 00:00:00 2001 From: Steffenhir <99601527+Steffenhir@users.noreply.github.com> Date: Sat, 21 Oct 2023 23:34:14 +0200 Subject: [PATCH] Update build-release.yml --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 5f584a5..5251306 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -81,7 +81,7 @@ jobs: retention-days: 5 build-macos-x86_64: - runs-on: macos-11 + runs-on: macos-12 steps: - name: setup python uses: actions/setup-python@v4