diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1425b1e9..b6b381aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,9 @@ jobs: openssl: openssl3 - os: macos-11 compiler: gcc + - # disable macos cmake because of include path issue + os: macos-11 + buildtool: cmake runs-on: ${{ matrix.os }}