Skip to content

Commit

Permalink
ci: release requires macos (#4)
Browse files Browse the repository at this point in the history
We're compiling C code that targets macOS specifically.
  • Loading branch information
johnallen3d authored Oct 11, 2023
1 parent 0e9a966 commit 40603cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40603cd

Please sign in to comment.