Skip to content

Commit 151236b

Browse files
committed
GHA: gcc 14.2?
1 parent 7c789b1 commit 151236b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
shell: bash
2929
run: |
3030
if [[ "$OSTYPE" == "linux-gnu" ]]; then
31-
export CC=/usr/bin/gcc-14
32-
export CXX=/usr/bin/g++-14
31+
export CC=/usr/bin/gcc-14.2
32+
export CXX=/usr/bin/g++-14.2
3333
gcc -v
3434
g++ -v
3535
fi

0 commit comments

Comments
 (0)