File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,17 @@ jobs:
1818 build_type : ["Debug", "Release"]
1919 compiler :
2020 [
21- { c: "gcc-14 ", cxx: "g++-14 ", package: "gcc-14 g++-14 " },
22- { c: "clang-18 ", cxx: "clang++-18 ", package: "clang-18 " },
21+ { c: "gcc-7 ", cxx: "g++-7 ", package: "gcc-7 g++-7 " },
22+ { c: "clang-6 ", cxx: "clang++-6 ", package: "clang-6 " },
2323 ]
2424 build_shared_libraries : [true, false]
2525
26- name : " Ubuntu 24 .04 (Build: ${{ matrix.build_type }}, Compilers: ${{ matrix.compiler.c }}/${{ matrix.compiler.cxx }}, Shared Library: ${{ matrix.build_shared_libraries }})"
26+ name : " Ubuntu 20 .04 (Build: ${{ matrix.build_type }}, Compilers: ${{ matrix.compiler.c }}/${{ matrix.compiler.cxx }}, Shared Library: ${{ matrix.build_shared_libraries }})"
2727
28- runs-on : ubuntu-24.04
28+ # We run on a docker image to avoid being affected from GitHub
29+ # decommissioning certain runners
30+ runs-on : ubuntu-latest
31+ container : ubuntu:20.04
2932
3033 steps :
3134 - name : Setup
You can’t perform that action at this time.
0 commit comments