Skip to content

Commit a1f9a82

Browse files
authored
ci: accept any g++-14 version (#1159)
For the clang pipelines, where libstdc++14 is used, adjust the dependency so its satisfied by any g++-14 version. This fixes a recent breakage where this version is not availale anymore.
1 parent 5426a0a commit a1f9a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
msvc: RelWithDebInfo
7070
install: |
7171
gcc: git build-essential pkg-config python3 curl unzip openjdk-11-jdk pkg-config libncurses-dev libxml2-utils libxml2-dev
72-
clang: git build-essential pkg-config python3 curl unzip openjdk-11-jdk pkg-config libncurses-dev libxml2-utils libxml2-dev g++-14=14.2.0-4ubuntu2~24.04 elfutils
72+
clang: git build-essential pkg-config python3 curl unzip openjdk-11-jdk pkg-config libncurses-dev libxml2-utils libxml2-dev g++-14 elfutils
7373
msvc: ''
7474
extra-values: |
7575
use-libcxx: {{#if (and (ieq compiler 'clang') (or msan asan)) }}true{{else}}false{{/if}}

0 commit comments

Comments
 (0)