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.
1 parent d77523b commit 679f265Copy full SHA for 679f265
.github/workflows/cmake.yml
@@ -78,7 +78,7 @@ jobs:
78
sudo apt-get install -y clang libc++-dev libc++abi-dev
79
80
- name: Set Clang 16 as Default
81
- if: matrix.os == 'ubuntu-24.04' && matrix.c_compiler == 'clang'
+ if: matrix.os == 'ubuntu-22.04' && matrix.c_compiler == 'clang'
82
run: |
83
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
84
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100
0 commit comments