From b44537d1985a0f90f0d56456738d44975703879f Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 21 Nov 2022 11:29:30 -0800 Subject: [PATCH] ci: 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 bf2c936c3..4d272bb6f 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-12.0 + runs-on: macos-12 needs: build-macos steps: - name: Checkout code