From e480f048fdefeb012a0f2839c513b04c619af3f0 Mon Sep 17 00:00:00 2001 From: Jonathan Hope Date: Sat, 1 Jun 2024 21:39:46 -0700 Subject: [PATCH] fix: trying macos 12 (#62) --- .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 c99107d..6bc7f0a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ permissions: jobs: goreleaser: - runs-on: macos-13 + runs-on: macos-12 steps: - name: Checkout uses: actions/checkout@v4