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 bedbafd commit 9b166ccCopy full SHA for 9b166cc
.github/workflows/ci.yml
@@ -70,6 +70,7 @@ jobs:
70
# bundle libstdc++, so we switch to gcc-14 to have a GCC that has
71
# libstdc++.
72
- name: Set default GCC to gcc-14
73
+ if: ${{ matrix.os.image == 'ubuntu-24.04' }} # TODO: check why this breaks the CI on Aarch64.
74
run: sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-14 30
75
76
- name: Set env
0 commit comments