From 2c73de5292e9c186bfd31aef0922276b6b86ecf3 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 8 Jun 2022 21:54:55 +0900 Subject: [PATCH] Exclude macos + cmake build because of include path issue --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) 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 }}