Skip to content

Commit 224df0b

Browse files
committed
CI: use newer Ubuntu for old compilers
Ubuntu 20.04 doesn't seem available anymore.
1 parent abcfeae commit 224df0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/generate-tools.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
target: [
1515
{"name": "Linux GCC 14", "os": "ubuntu-latest", "cmake_env": "CC=gcc-14"},
1616
{"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"},
2020
{"name": "macOS x86_64", "os": "macos-15", "cmake_env": "CMAKE_OSX_ARCHITECTURES=x86_64"},
2121
{"name": "Windows", "os": "windows-latest"},
2222
{"name": "Windows Arm64", "os": "windows-latest", "cmake_options": "-A arm64"},

0 commit comments

Comments
 (0)