File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -17,29 +17,19 @@ jobs:
1717 fail-fast : false
1818 matrix :
1919 include :
20- - cc : gcc-11
21- cxx : g++-11
22- clang_major_version : null
23- clang_repo_suffix : null
24- runs-on : ubuntu-22.04
2520 - cc : gcc-12
2621 cxx : g++-12
2722 clang_major_version : null
2823 clang_repo_suffix : null
2924 runs-on : ubuntu-22.04
30- - cc : clang-15
31- cxx : clang++-15
32- clang_major_version : 15
33- clang_repo_suffix : -15
34- runs-on : ubuntu-22.04
35- - cc : clang-16
36- cxx : clang++-16
37- clang_major_version : 16
38- clang_repo_suffix : -16
39- runs-on : ubuntu-22.04
4025 - cc : clang-17
4126 cxx : clang++-17
4227 clang_major_version : 17
28+ clang_repo_suffix : -17
29+ runs-on : ubuntu-22.04
30+ - cc : clang-18
31+ cxx : clang++-18
32+ clang_major_version : 18
4333 clang_repo_suffix :
4434 runs-on : ubuntu-22.04
4535 steps :
6757 clang-${{ matrix.clang_major_version }}
6858
6959 - name : Checkout Git branch
70- uses : actions/checkout@v3
60+ uses : actions/checkout@v4
7161
7262 - name : ' Configure with CMake'
7363 run : |-
You can’t perform that action at this time.
0 commit comments