From dd25b7835dbcf3fc8ef918a37480c6efde78dce2 Mon Sep 17 00:00:00 2001 From: Jonathan Thomas Date: Thu, 21 Jul 2022 15:25:26 -0500 Subject: [PATCH] Removing failing macos from our GitHub build CI --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ba7e1db..8d44e0ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,6 @@ jobs: sys: - { os: ubuntu-18.04, shell: bash } - { os: ubuntu-latest, shell: bash } - - { os: macos-latest, shell: bash } - { os: windows-2022, shell: 'msys2 {0}' } compiler: - { cc: gcc, cxx: g++ }