From 78856c049d6323882bfc9ab06790f550f7ee9b4f Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Fri, 2 Sep 2022 19:18:52 +0300 Subject: [PATCH] Remove MacOS run from CI as it almost always hits CI limits --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41243da..13ba685 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,11 +35,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 - cxxflags: "cxxflags=-fsanitize=address,undefined -fno-sanitize-recover=undefined" - linkflags: "linkflags=-fsanitize=address,undefined" runs-on: ${{matrix.os}}