File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 2929
3030 matrix :
3131 sanitizer : [debug, release]
32- # TODO: compiler: [g++-14 , clang++-19]
33- compiler : [clang++-18]
32+ # TODO: compiler: [g++, clang++-19]
33+ compiler : [g++, clang++-18]
3434
3535 steps :
3636 - uses : actions/checkout@v4
@@ -39,11 +39,15 @@ jobs:
3939 # if: startsWith(matrix.compiler, 'clang')
4040 uses : aminya/setup-cpp@v1
4141 with :
42- # compiler: llvm-19
42+ # TODO: compiler: llvm-19
4343 # clangtidy: true
4444 # cmake: true
4545 ninja : true
4646
4747 - name : macos ${{ matrix.compiler }} ${{ matrix.sanitizer }}
4848 if : startsWith(matrix.compiler, 'clang')
4949 run : CXX=$(brew --prefix llvm@18)/bin/clang++ make ${{ matrix.sanitizer }}
50+
51+ - name : macos ${{ matrix.compiler }} ${{ matrix.sanitizer }}
52+ if : startsWith(matrix.compiler, 'g++')
53+ run : CXX=${{ matrix.compiler }} make ${{ matrix.sanitizer }}
You can’t perform that action at this time.
0 commit comments