Skip to content

Commit 17347c4

Browse files
cgzonesdburgener
authored andcommitted
ci: bump to LLVM 16
1 parent 20ef6ff commit 17347c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
# Prevent Clang from using DWARF5, not supported by the valgrind version in runners
3232
- name: Set environment for Clang
3333
run: |
34-
echo "CC=clang-15" >> $GITHUB_ENV
34+
echo "CC=clang-16" >> $GITHUB_ENV
3535
echo "CFLAGS=-gdwarf-4 -O2" >> $GITHUB_ENV
3636
if: ${{ matrix.cc == 'clang' }}
3737
- name: install clang repo
3838
run: |
3939
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key 2>/dev/null | sudo apt-key add -
40-
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-15 main' -y
40+
sudo add-apt-repository 'deb http://apt.llvm.org/focal/ llvm-toolchain-focal-16 main' -y
4141
sudo apt-get update -q
42-
sudo apt-get install -y clang-15
42+
sudo apt-get install -y clang-16
4343
if: ${{ matrix.cc == 'clang' }}
4444
- name: install dependencies
4545
run: |

0 commit comments

Comments
 (0)