Skip to content

Commit

Permalink
Change GitHub action for release to use macos-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Campbell <todd@sensu.io>
  • Loading branch information
Todd Campbell committed Mar 10, 2021
1 parent 2c07f47 commit 6af30af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
goreleaser:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.2.1] - 2021-03-10

### Changed
- Change release github action to use macos-latest so that macos cgo build works

## [0.2.0] - 2021-03-10

### Changed
Expand Down

0 comments on commit 6af30af

Please sign in to comment.