Remove MacOS run from CI as it almost always hits CI limits

This commit is contained in:
Antony Polukhin 2022-09-02 19:17:08 +03:00
parent e49ad59570
commit cfd466eacd

View File

@ -39,14 +39,6 @@ jobs:
os: ubuntu-20.04
cxxflags: "cxxflags=-fsanitize=address,undefined,integer -fno-sanitize-recover=undefined"
linkflags: "linkflags=-fsanitize=address,undefined,integer"
- toolset: clang
cxxstd: "03,11,14,17,2a"
os: macos-10.15
# not typeinfo for __int128 on this platform
cxxflags: "cxxflags=-DBOOST_LEXICAL_CAST_TEST_NO_128_INTS"
# With sanitizers the CI run hangs
# cxxflags: "cxxflags=-fsanitize=address,undefined -fno-sanitize-recover=undefined"
# linkflags: "linkflags=-fsanitize=address,undefined"
runs-on: ${{matrix.os}}