Skip to content

Commit 274cf25

Browse files
committed
GHA: gcc 14 again?
1 parent 151236b commit 274cf25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
- name: Configure & Build
2828
shell: bash
2929
run: |
30+
echo OSTYPE: "$OSTYPE"
3031
if [[ "$OSTYPE" == "linux-gnu" ]]; then
31-
export CC=/usr/bin/gcc-14.2
32-
export CXX=/usr/bin/g++-14.2
32+
export CC=/usr/bin/gcc-14
33+
export CXX=/usr/bin/g++-14
3334
gcc -v
3435
g++ -v
3536
fi

0 commit comments

Comments
 (0)