Skip to content

Commit

Permalink
Add clang for C++ CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicovank committed Sep 27, 2023
1 parent e61a66a commit 2a50244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/regression-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y gcc-9 gcc-10 gcc-11 gcc-12
sudo apt install -y gcc-12
curl -sSf https://apt.llvm.org/llvm.sh | sudo bash -s -- 17 all
- name: Install CWhy
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"path": "c++",
"extension": ".cpp",
"compilers": {
"ubuntu": [["g++-12"]],
"ubuntu": [["g++-12"], ["clang++-17"]],
"macos": [["clang++", "-std=c++20"]],
},
}
Expand Down

0 comments on commit 2a50244

Please sign in to comment.