Skip to content

Commit

Permalink
cmake.yml: Remove macOS 10
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo authored Aug 4, 2022
1 parent 1c4c0b0 commit 94b9ca4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:
matrix:
config:

- { name: macos-10.15-clang-12-cmake, os: macos-10.15, cxx: clang++ } # default
- { name: macos-10.15-clang-11-cmake, os: macos-10.15, cxx: '$(brew --prefix llvm)/bin/clang++' } #installed
- { name: macos-10.15-gcc-9-cmake, os: macos-10.15, cxx: g++-9 } #installed
- { name: macos-10.15-gcc-10-cmake, os: macos-10.15, cxx: g++-10 } #installed
- { name: macos-10.15-gcc-11-cmake, os: macos-10.15, cxx: g++-11 } #installed

- { name: macos-11-clang-12-cmake, os: macos-11, cxx: clang++ } # default
# - { name: macos-11-clang-11-cmake, os: macos-11, cxx: '$(brew --prefix llvm)/bin/clang++' } #installed
- { name: macos-11-gcc-9-cmake, os: macos-11, cxx: g++-9 } #installed
Expand Down

1 comment on commit 94b9ca4

@amitdo
Copy link
Collaborator Author

@amitdo amitdo commented on 94b9ca4 Aug 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

macOS 10.15 ...

Please sign in to comment.