|
14 | 14 | target: [ |
15 | 15 | {"name": "Linux GCC 14", "os": "ubuntu-latest", "cmake_env": "CC=gcc-14"}, |
16 | 16 | {"name": "Linux Clang 18", "os": "ubuntu-latest", "cmake_env": "CC=clang-18"}, |
17 | | - {"name": "Linux GCC 7", "os": "ubuntu-20.04", "cmake_env": "CC=gcc-7", "install": "gcc-7"}, |
18 | | - {"name": "Linux Clang 7", "os": "ubuntu-20.04", "cmake_env": "CC=clang-7", "install": "clang-7"}, |
19 | | - {"name": "macOS arm64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=arm64"}, |
| 17 | + {"name": "Linux GCC 7", "os": "ubuntu-22.04", "cmake_env": "CC=gcc-9", "install": "gcc-9"}, |
| 18 | + {"name": "Linux Clang 7", "os": "ubuntu-22.04", "cmake_env": "CC=clang-13", "install": "clang-13"}, |
| 19 | + {"name": "macOS arm64", "os": "macos-26", "cmake_env": "CMAKE_OSX_ARCHITECTURES=arm64"}, |
20 | 20 | {"name": "macOS x86_64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=x86_64"}, |
21 | 21 | {"name": "Windows", "os": "windows-latest"}, |
22 | 22 | {"name": "Windows Arm64", "os": "windows-latest", "cmake_options": "-A arm64"}, |
|
0 commit comments