Skip to content

Commit

Permalink
[CI] Use Xcode 11.4 for release (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan authored Apr 15, 2020
1 parent 0b77b64 commit a73c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Xcode version
run: sudo xcode-select -s /Applications/Xcode_11.3.app
run: sudo xcode-select -s /Applications/Xcode_11.4.app
- name: Build and package macOS executable
run: make package-darwin
- name: Upload binaries
Expand Down

0 comments on commit a73c016

Please sign in to comment.