From 683f99ab45353d1c579e41d123109f81ccbf77bb Mon Sep 17 00:00:00 2001 From: jonghwan Date: Mon, 15 Mar 2021 11:11:43 +0800 Subject: [PATCH] fix xcode --- .github/workflows/goreleaser.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 28e54e10c..61b2e18e9 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -29,13 +29,16 @@ jobs: goreleasermacm1: runs-on: macos-latest + env: + RA_TARGET: aarch64-apple-darwin + SELECT_XCODE: /Applications/Xcode_12.2.app + steps: + - name: Select XCode version + run: sudo xcode-select -s "${SELECT_XCODE}" - uses: actions/checkout@v2 with: submodules: true - - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '12.0' - name: Set up Go uses: actions/setup-go@v2 with: