From ff73d09f653892451932cb4db45dcf1eb5634538 Mon Sep 17 00:00:00 2001 From: youben11 Date: Tue, 18 Jan 2022 13:38:22 +0100 Subject: [PATCH] ci: use AppleClang for MacOS build --- .github/workflows/continuous-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 5a42b0a86..f13d22e1b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -155,7 +155,7 @@ jobs: run: | cd compiler export CONCRETE_PROJECT=${{ github.workspace }}/concrete - make CC_COMPILER=/usr/local/bin/gcc-9 CXX_COMPILER=/usr/local/bin/g++-9 test + make test BuildAndTestDF: runs-on: ubuntu-latest @@ -376,7 +376,7 @@ jobs: run: | cd compiler export CONCRETE_PROJECT=${{ github.workspace }}/concrete - make CC_COMPILER=/usr/local/bin/gcc-9 CXX_COMPILER=/usr/local/bin/g++-9 Python3_EXECUTABLE=`which python` python-bindings + make Python3_EXECUTABLE=`which python` python-bindings pip wheel --no-deps -w ${{ github.workspace }}/wheels . delocate-wheel -v `find ${{ github.workspace }}/wheels/ -name *macosx*.whl` echo "::set-output name=ASSET_NAME::`find ${{ github.workspace }}/wheels/ -name *macosx*.whl | rev |cut -d "/" -f 1 |rev `"