Limit macOS GH actions
authorMiodrag Milanović <mmicko@gmail.com>
Mon, 8 Nov 2021 15:56:24 +0000 (16:56 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Nov 2021 15:56:24 +0000 (16:56 +0100)
.github/workflows/test-macos.yml

index 1b13d011b313960134d1855160fa5802c253c27b..8a78049073aa985e2917bb3145f19f5a066b5632 100644 (file)
@@ -8,11 +8,9 @@ jobs:
     strategy:
       matrix:
         os:
-          - { id: macos-10.15, name: Catalina }
           - { id: macos-11, name: 'Big Sur' }
         cpp_std:
           - 'c++11'
-          - 'c++14'
           - 'c++17'
       fail-fast: false
     steps:
@@ -81,11 +79,8 @@ jobs:
         os:
           - { id: macos-10.15, name: Catalina }
         cpp_std:
-          - 'c++11'
-          - 'c++14'
           - 'c++17'
         compiler:
-          - gcc@10
           - gcc
       fail-fast: false
     steps: