Skip to content

Commit 679f265

Browse files
committed
Update cmake.yml
1 parent d77523b commit 679f265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
sudo apt-get install -y clang libc++-dev libc++abi-dev
7979
8080
- name: Set Clang 16 as Default
81-
if: matrix.os == 'ubuntu-24.04' && matrix.c_compiler == 'clang'
81+
if: matrix.os == 'ubuntu-22.04' && matrix.c_compiler == 'clang'
8282
run: |
8383
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-16 100
8484
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-16 100

0 commit comments

Comments
 (0)