From b05aab7ac6d1d172ef63d8e5c9e346424d0de248 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 21 Nov 2022 11:15:45 -0800 Subject: [PATCH] ci: try macos 12 --- .github/workflows/release-tip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index bde230d84..bf2c936c3 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -81,7 +81,7 @@ jobs: force_push_tag: true sign-and-release: - runs-on: macos-11.0 + runs-on: macos-12.0 needs: build-macos steps: - name: Checkout code