From 16a1127c6418032f75e8316d34037272c043b89f Mon Sep 17 00:00:00 2001 From: Sam Uong Date: Tue, 25 Jun 2024 20:04:06 +1000 Subject: [PATCH] Update release.yml to match ci.yml --- .github/workflows/release.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 59accac..e27e49b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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