Skip to content

Commit ddf6909

Browse files
committed
.github: Switch to native gcc-14
Make sure all of the native packages are from gcc-14 Signed-off-by: Keith Packard <[email protected]>
1 parent cd7fbbe commit ddf6909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/linux-packages.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ cmake
44
file
55
ninja-build
66
gcc
7-
libx32gcc-13-dev
8-
lib32gcc-13-dev
7+
libx32gcc-14-dev
8+
lib32gcc-14-dev
99
gcc-i686-linux-gnu
1010
libc6-dev-i386-cross
1111
gcc-arm-none-eabi
@@ -27,7 +27,7 @@ gcc-sparc64-linux-gnu
2727
libc6-dev-sparc64-cross
2828
libc6:i386
2929
libc6-dev-i386
30-
lib32stdc++-13-dev
30+
lib32stdc++-14-dev
3131
lld
3232
clang
3333
qemu-system-x86

0 commit comments

Comments
 (0)