Skip to content

Commit 9b166cc

Browse files
committed
Do not update cc to point to GCC 14 on Aarch64
1 parent bedbafd commit 9b166cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
# bundle libstdc++, so we switch to gcc-14 to have a GCC that has
7171
# libstdc++.
7272
- name: Set default GCC to gcc-14
73+
if: ${{ matrix.os.image == 'ubuntu-24.04' }} # TODO: check why this breaks the CI on Aarch64.
7374
run: sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-14 30
7475

7576
- name: Set env

0 commit comments

Comments
 (0)