Bump clang to 15

This commit is contained in:
Tatsuhiro Tsujikawa
2023-10-29 16:53:55 +09:00
parent 2643b6b0c0
commit ddbf49bc7e

View File

@@ -84,7 +84,7 @@ jobs:
run: | run: |
sudo apt-get install \ sudo apt-get install \
g++-12 \ g++-12 \
clang-14 \ clang-15 \
autoconf \ autoconf \
automake \ automake \
autotools-dev \ autotools-dev \
@@ -206,7 +206,7 @@ jobs:
run: | run: |
sudo apt-get install \ sudo apt-get install \
g++-12 \ g++-12 \
clang-14 \ clang-15 \
autoconf \ autoconf \
automake \ automake \
autotools-dev \ autotools-dev \
@@ -243,8 +243,8 @@ jobs:
- name: Setup clang (Linux) - name: Setup clang (Linux)
if: runner.os == 'Linux' && matrix.compiler == 'clang' if: runner.os == 'Linux' && matrix.compiler == 'clang'
run: | run: |
echo 'CC=clang-14' >> $GITHUB_ENV echo 'CC=clang-15' >> $GITHUB_ENV
echo 'CXX=clang++-14' >> $GITHUB_ENV echo 'CXX=clang++-15' >> $GITHUB_ENV
- name: Setup clang (MacOS) - name: Setup clang (MacOS)
if: runner.os == 'macOS' && matrix.compiler == 'clang' if: runner.os == 'macOS' && matrix.compiler == 'clang'
run: | run: |