Skip to content

Commit

Permalink
fix xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto committed Mar 15, 2021
1 parent 6237db1 commit 683f99a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 683f99a

Please sign in to comment.