From 40603cdc04f840792d24c1fa1f78b15f09c10a28 Mon Sep 17 00:00:00 2001 From: John Allen Date: Wed, 11 Oct 2023 12:09:27 -0400 Subject: [PATCH] ci: release requires macos (#4) We're compiling C code that targets macOS specifically. --- .github/workflows/release-plz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index c7f6924..327c1a1 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -12,7 +12,7 @@ on: jobs: release-plz: name: Release-plz - runs-on: ubuntu-latest + runs-on: macos-latest if: ${{ github.actor != 'dependabot[bot]' }} steps: # Generating a GitHub token, so that PRs and tags created by