From e7a78dbe565c0c8360b9bf1e08af4914f17c8aa5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 7 Oct 2023 19:50:00 -0700 Subject: [PATCH] Turn down macOS testing. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) 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 }}