diff --git a/.github/workflows/cli-testnet.yml b/.github/workflows/cli-testnet.yml index c35f46cd..414aeab9 100644 --- a/.github/workflows/cli-testnet.yml +++ b/.github/workflows/cli-testnet.yml @@ -11,6 +11,7 @@ on: - '**.md' env: + CMAKE_OSX_SYSROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.2.1.sdk" CCACHE_SETTINGS: | ccache --max-size=150M ccache --set-config=compression=true diff --git a/Makefile b/Makefile index 8857f848..1bc9d08d 100644 --- a/Makefile +++ b/Makefile @@ -139,3 +139,4 @@ help: ## Show this help @egrep -h '\s##\s' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m make %-30s\033[0m %s\n", $$1, $$2}' .PHONY: all release debug static static-release gui gui-release gui-static gui-release-static gui-debug test test-release test-debug clean tags macos-gui ci-testnet ci-release +.PHONY: ci-package-linux ci-linux-amd64-release ci-macos-amd64-release ci-macos-arm64-release ci-linux-amd64-testnet ci-macos-amd64-testnet ci-macos-arm64-testnet