diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2536357..585eb87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,6 @@ jobs: - { name: Clang w/ sanitizers, sanitize: yes, compiler: clang-12, cxxstd: '03,11,14,17,20', os: ubuntu-20.04, stdlib: libc++, install: 'clang-12 libc++-12-dev libc++abi-12-dev' } - - { compiler: clang, cxxstd: '03,11,14,17,20', os: macos-12 } - { name: MacOS w/ clang and sanitizers, compiler: clang, cxxstd: '03,11,14,17,20,2b', os: macos-13, sanitize: yes } - { compiler: clang, cxxstd: '03,11,14,17,20,2b', os: macos-14 }