mirror of
https://github.com/boostorg/lexical_cast.git
synced 2025-05-09 14:57:47 +00:00
Remove MacOS run from CI as it almost always hits CI limits
This commit is contained in:
parent
e49ad59570
commit
cfd466eacd
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user