diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 2cb7e041e..5ca0aaa8c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -84,7 +84,7 @@ jobs: run: ./configure ${{ matrix.configure_args }} --enable-silent-rules - name: configure on macOS if: runner.os == 'macOS' - run: ./configure ${{ matrix.configure_args }} --enable-silent-rules --without-python-binding --without-lua-binding + run: ./configure ${{ matrix.configure_args }} --enable-silent-rules --without-lua-binding PYTHON=/opt/homebrew/bin/python3 - name: make run: make -j 4 V=0 --no-print-directory - name: make distcheck