From 40c47382612e4020ea64963664815ab7ed0b4e03 Mon Sep 17 00:00:00 2001 From: Aiwe Date: Wed, 1 Jul 2020 17:26:06 +0300 Subject: [PATCH] Setup Xcode version for Github Actions build to support older macOS (#36) Fixes wallets crashing on older macOS versions with error Symbol not found: ____chkstk_darwin --- .github/workflows/release.yml | 5 +++++ cryptonote | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f17a9e6a7..502eb0127 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,6 +114,11 @@ jobs: steps: - uses: actions/checkout@master + - name: Setup Xcode + uses: maxim-lobanov/setup-xcode@1.0 + with: + xcode-version: '10' + - name: Install Qt uses: jurplel/install-qt-action@v2 with: diff --git a/cryptonote b/cryptonote index ba30f0961..dfd2b6af8 160000 --- a/cryptonote +++ b/cryptonote @@ -1 +1 @@ -Subproject commit ba30f0961166fa63b47aad733407134f71ca556f +Subproject commit dfd2b6af8151438ab12d65085bbf3a7f05f4fd27