Skip to content

Commit

Permalink
Update release.yml to match ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuong authored Jun 25, 2024
1 parent 54aef00 commit 16a1127
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-go@v1
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

# xcode required until github macos runner is 11.x based
- uses: maxim-lobanov/setup-xcode@v1
if: matrix.target.goos == 'darwin' && matrix.target.goarch == 'arm64'
with:
xcode-version: latest

- if: matrix.target.goos == 'darwin' && matrix.target.goarch == 'arm64'
run: |
echo SDKROOT=$(xcrun --sdk macosx --show-sdk-path) >> $GITHUB_ENV
Expand Down

0 comments on commit 16a1127

Please sign in to comment.