Exclude macos + cmake build because of include path issue
This commit is contained in:
parent
9812a0bc81
commit
2c73de5292
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue