We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fd8812 + b535886 commit f49db28Copy full SHA for f49db28
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
sudo apt-get update
24
sudo apt-get install \
25
g++-14 \
26
- clang-18 \
+ clang-19 \
27
autoconf \
28
automake \
29
autotools-dev \
@@ -42,8 +42,8 @@ jobs:
42
- name: Setup clang (Linux)
43
if: runner.os == 'Linux' && matrix.compiler == 'clang'
44
run: |
45
- echo 'CC=clang-18' >> $GITHUB_ENV
46
- echo 'CXX=clang++-18' >> $GITHUB_ENV
+ echo 'CC=clang-19' >> $GITHUB_ENV
+ echo 'CXX=clang++-19' >> $GITHUB_ENV
47
- name: Setup clang (MacOS)
48
if: runner.os == 'macOS' && matrix.compiler == 'clang'
49
0 commit comments