Skip to content

Commit

Permalink
chore: runs-on option typo in workflow definition
Browse files Browse the repository at this point in the history
  • Loading branch information
10ko committed Sep 23, 2019
1 parent eb94288 commit ea25f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
homebrew-release:

runs-on: macOS-latestcd
runs-on: macOS-latest

steps:
- name: Checks if pre-release
Expand Down

0 comments on commit ea25f30

Please sign in to comment.