Skip to content

Commit

Permalink
fix: update macos runners
Browse files Browse the repository at this point in the history
Signed-off-by: Russell Centanni <[email protected]>
  • Loading branch information
lizardruss committed Sep 19, 2024
1 parent f6583de commit a239202
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 @@ -56,7 +56,7 @@ jobs:
release:
if: startsWith(github.ref, 'refs/tags/v') == true
needs: [ release-ui ]
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit a239202

Please sign in to comment.