Skip to content

Commit 0f2461f

Browse files
authored
Add missing runs-on. (#164)
1 parent 93f0992 commit 0f2461f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
git merge --ff-only ${GITHUB_REF}
1818
git push origin latest
1919
generate-homebrew-formula:
20+
runs-on: ubuntu-latest
2021
needs: [update-latest-tag]
2122
steps:
2223
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)