cmake.yml: Remove macOS 10

https://github.com/actions/virtual-environments/issues/5583
This commit is contained in:
Amit D 2022-08-04 05:32:23 +03:00 committed by GitHub
parent 1c4c0b00e4
commit 94b9ca4343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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