Disable tests on the older macOS where CMake isn't compatible

CMake 3.13 or higher is required.  You are running version 3.9.4
This commit is contained in:
Sébastien Rombauts 2023-08-29 21:37:04 +02:00
parent 6fb08372d5
commit 14b476a465

View File

@ -133,6 +133,7 @@ jobs:
osx_image: xcode8.3
env:
- cc=clang cxx=clang++
- TESTS=OFF
before_install:
# Coverity: don't use addons.coverity_scan since it run on every job of the build matrix, which waste resources and exhausts quotas