Skip to content

Commit

Permalink
Fix RUNNER_OS for macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Malton <[email protected]>
  • Loading branch information
Nokel81 committed Feb 28, 2022
1 parent c41cdc4 commit 4060083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- os: ubuntu-18.04
RUNNER_OS: linux
- os: macos-10.15
RUNNER_OS: macos
RUNNER_OS: darwin
- os: windows-2019
RUNNER_OS: windows
goarch: [amd64, arm64]
Expand Down

0 comments on commit 4060083

Please sign in to comment.