Skip to content

Commit 8a822cf

Browse files
authored
fix: ensure release workflow is running on macOS
1 parent 162d8ce commit 8a822cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
check-commit:
18-
runs-on: ubuntu-latest
18+
runs-on: macos-latest
1919
outputs:
2020
should_release: ${{ steps.check.outputs.should_release }}
2121
steps:

0 commit comments

Comments
 (0)