Try Xcode 11.1

This commit is contained in:
Wilson Lin 2020-07-11 02:56:38 +10:00
parent a98f9ef77d
commit c2deea6f98
1 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,9 @@ jobs:
run: choco install golang
- name: Set up Go (macOS)
if: runner.os == 'macOS'
run: brew install go
run: |
brew install go
sudo xcode-select -s /Applications/Xcode_11.1.app/Contents/Developer
- name: Set up Go (Linux)
if: runner.os == 'Linux'
run: |