Skip to content

Commit 256ad26

Browse files
authored
kokoro: amber and dawn builds use gcc 13 (#1444)
1 parent b8c19fa commit 256ad26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kokoro/scripts/linux/build-amber.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -x
2323

2424
# Common tools.
2525
using cmake-3.31.2
26-
using gcc-10
26+
using gcc-13
2727
using ninja-1.10.0
2828
using python-3.12
2929

kokoro/scripts/linux/build-clvk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -x
2323

2424
# Common tools.
2525
using cmake-3.31.2
26-
using gcc-10
26+
using gcc-13
2727
using ninja-1.10.0
2828
using python-3.12
2929

0 commit comments

Comments
 (0)