diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3809f52..7239cec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,10 +26,6 @@ jobs: compiler_cc: clang-6.0 compiler_cxx: clang++-6.0 compiler_install: clang-6.0 - - os: macos-latest - os_short: mac - compiler_cc: clang - compiler_cxx: clang++ fail-fast: false runs-on: ${{ matrix.os }} name: ${{ matrix.os_short }}-${{ matrix.compiler_cc }}