From 458575792dd9b30d9591a813d3ac2c835554dc09 Mon Sep 17 00:00:00 2001 From: Zack Jackson Date: Wed, 16 Sep 2026 14:41:46 -0700 Subject: [PATCH] ci: run Release on macos-latest to escape ubuntu Actions queue Post-#73 Release stayed queued ~58m on ubuntu-latest; rotate so Changesets can open the MATCH2 Version Packages PR. --- .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 795eb28..66d633b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ concurrency: jobs: release: - runs-on: ubuntu-latest + runs-on: macos-latest timeout-minutes: 15 steps: - name: Check out the repository