Skip to content

Commit 3b65023

Browse files
committed
fixup! fixup! fixup! ci: add Ubuntu 24.04 jobs
1 parent 33dc90f commit 3b65023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
if [[ "${{ matrix.version }}" == 24.04 ]]; then
4343
# -Werror causes false positives with sanitizers and modern GCC
44-
[[ "${{ matrix.compiler }}" == gcc ]] && export CXXFLAGS=
44+
[[ "${{ matrix.compiler }}" == g++ ]] && export CXXFLAGS=
4545
make distcheck-sanitizers
4646
else
4747
make distcheck

0 commit comments

Comments
 (0)