File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1010 strategy :
1111 matrix :
1212 os : [ubuntu-20.04]
13- compiler : [g++-10, g++-11, clang++-12 , clang++-13 ]
13+ compiler : [g++-10, g++-11, clang++-13 , clang++-14 ]
1414 build_type : [Release, Debug]
1515 include :
1616 - os : macos-latest
2929 run : |
3030 wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
3131 sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-13 main"
32+ sudo add-apt-repository "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-14 main"
3233 sudo apt-get update
33- sudo apt-get install z3 re2c ninja-build g++-11 clang++-13
34+ sudo apt-get install z3 re2c ninja-build g++-11 clang++-13 clang++-14
3435
3536 - name : Install dependencies (MacOS)
3637 if : runner.os == 'macOS'
You can’t perform that action at this time.
0 commit comments