Removing failing macos from our GitHub build CI

This commit is contained in:
Jonathan Thomas
2022-07-21 15:25:26 -05:00
parent 9202d94ee6
commit dd25b7835d

View File

@@ -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++ }