Skip to content

Commit 7aa80cd

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate-tools.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ 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"},
17+
{"name": "Linux GCC 7", "os": "ubuntu-21.04", "cmake_env": "CC=gcc-7", "install": "gcc-7"},
18+
{"name": "Linux Clang 7", "os": "ubuntu-21.04", "cmake_env": "CC=clang-7", "install": "clang-7"},
1919
{"name": "macOS arm64", "os": "macos-15", "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"},

0 commit comments

Comments
 (0)