From 8f76e35e564fcf6c7b32264a32430c4a2b23fe49 Mon Sep 17 00:00:00 2001 From: Zijing Zhang <50045289+pluveto@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:53:15 +0800 Subject: [PATCH] ci: downgrade macos builder --- .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 6a7d26c..3a78094 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ on: jobs: build: name: Build - runs-on: macos-latest + runs-on: macos-13 steps: # Fetch depth 0 is required for Changelog generation - name: Checkout