Skip to content

Commit dbe007c

Browse files
authored
Update build_cmake.yml
1 parent 513150d commit dbe007c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
echo "/Library/TeX/texbin/" >> $GITHUB_PATH
135135
if: startsWith(matrix.config.os,'macos-')
136136

137-
- name: Install libclang (Ubuntu 22.04)
137+
- name: Install libclang (Ubuntu 24.04)
138138
run: |
139139
sudo apt update
140140
sudo apt remove llvm-13 llvm-13-dev llvm-13-tools llvm-13-runtime clang-13 clang-format-13 libclang-common-13-dev libclang-cpp13 libclang1-13 libllvm13
@@ -150,7 +150,7 @@ jobs:
150150
ls -al /etc/alternatives/clang++
151151
which clang++
152152
clang++ -v
153-
if: matrix.config.cc == 'clang' && matrix.config.os == 'ubuntu-22.04'
153+
if: matrix.config.cc == 'clang' && matrix.config.os == 'ubuntu-24.04'
154154

155155
- name: Install libclang (Ubuntu 24.04 ARM)
156156
run: |
@@ -172,11 +172,11 @@ jobs:
172172
clang++ -v
173173
if: matrix.config.os == 'ubuntu-24.04-arm'
174174

175-
- name: Install libxapian (Ubuntu 22.04)
175+
- name: Install libxapian (Ubuntu 24.04)
176176
run: |
177177
sudo apt update
178178
sudo apt install libxapian-dev
179-
if: matrix.config.os == 'ubuntu-22.04' || matrix.config.os == 'ubuntu-24.04-arm'
179+
if: matrix.config.os == 'ubuntu-24.04' || matrix.config.os == 'ubuntu-24.04-arm'
180180

181181
# TODO: package disappeared overnight, disabled for now
182182
# - name: Install LaTeX (Windows)

0 commit comments

Comments
 (0)