Skip to content

Commit d220456

Browse files
committed
[internal] Switch binary publish to happen on macOS runners for CGO
1 parent 1721502 commit d220456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ env:
2626
jobs:
2727
publish_binary:
2828
name: Publish Provider Binary
29-
runs-on: ubuntu-latest
29+
runs-on: macos-latest
3030
steps:
3131
- name: Checkout Repo
3232
uses: actions/checkout@v2

0 commit comments

Comments
 (0)