Skip to content

Commit

Permalink
feat(release): update macos version used by github action
Browse files Browse the repository at this point in the history
MacOS Catalina is no longer supported by Apple or GitHub https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22. This PR updates the runner used for MacOS to Big Sur.

Issue: #19
Signed-off-by: Ryan Currah <ryan@currah.ca>
  • Loading branch information
ryancurrah committed Dec 20, 2022
1 parent ada6d1b commit 71ebc3d
Showing 1 changed file with 1 addition 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 @@ -11,7 +11,7 @@ env:

jobs:
macos-build:
runs-on: macos-10.15
runs-on: macos-11
timeout-minutes: 60
steps:
- uses: actions/setup-go@v2
Expand Down

0 comments on commit 71ebc3d

Please sign in to comment.