From f20edf4882a594c10e8892bcca63113ea0f2ca26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20R=C3=B3=C5=BCa=C5=84ski?= Date: Wed, 21 Jun 2023 15:08:11 +0200 Subject: [PATCH] Set SDKROOT to build with Mac SDK v12.3 --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa337998a3..c26394c494 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,6 +67,8 @@ jobs: # `make build` reads version from version.txt but in Windows it doesn't work therefore passing version explicitly - name: Build go-spacemesh shell: bash + env: + SDKROOT: "/Library/Developer/CommandLineTools/SDKs/MacOSX12.3.sdk" run: | make install make build VERSION=${{ steps.version.outputs.content }} BIN_DIR_WIN=./build