File tree Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Expand file tree Collapse file tree 1 file changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,36 @@ jobs:
4141 clang_repo_suffix :
4242 runs-on : ubuntu-latest
4343 # macOS
44+ - cc : gcc-9
45+ cxx : g++-9
46+ clang_major_version : null
47+ clang_repo_suffix : null
48+ runs-on : macos-11
49+ - cc : gcc-10
50+ cxx : g++-10
51+ clang_major_version : null
52+ clang_repo_suffix : null
53+ runs-on : macos-11
4454 - cc : gcc-11
4555 cxx : g++-11
4656 clang_major_version : null
4757 clang_repo_suffix : null
48- runs-on : macos-latest
58+ runs-on : macos-12
59+ - cc : gcc-12
60+ cxx : g++-12
61+ clang_major_version : null
62+ clang_repo_suffix : null
63+ runs-on : macos-12
64+ - cc : clang
65+ cxx : clang++
66+ clang_major_version : null
67+ clang_repo_suffix : null
68+ runs-on : macos-11
69+ - cc : clang
70+ cxx : clang++
71+ clang_major_version : null
72+ clang_repo_suffix : null
73+ runs-on : macos-12
4974 steps :
5075 - name : Add Clang/LLVM repositories (Linux)
5176 if : " ${{ runner.os == 'Linux' && contains(matrix.cxx, 'clang') }}"
You can’t perform that action at this time.
0 commit comments