Skip to content

Commit

Permalink
Setup Xcode version for Github Actions build to support older macOS (c…
Browse files Browse the repository at this point in the history
…ryptonotefoundation#36)

Fixes wallets crashing on older macOS versions with error Symbol not found: ____chkstk_darwin
  • Loading branch information
aivve authored Jul 1, 2020
1 parent 16e69ad commit 40c4738
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ jobs:
steps:
- uses: actions/checkout@master

- name: Setup Xcode
uses: maxim-lobanov/[email protected]
with:
xcode-version: '10'

- name: Install Qt
uses: jurplel/install-qt-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion cryptonote

0 comments on commit 40c4738

Please sign in to comment.