Skip to content

Commit d1531ab

Browse files
committed
Bump the used GCC version.
1 parent d70b1c0 commit d1531ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runners.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ end
584584
@testset "basic program" begin
585585
mktempdir() do dir
586586
compilers = [:c, :ocaml]
587-
ur = preferred_runner()(dir; platform=Platform("x86_64", "linux"; libc="glibc"), preferred_gcc_version=v"5", compilers)
587+
ur = preferred_runner()(dir; platform=Platform("x86_64", "linux"; libc="glibc"), preferred_gcc_version=v"6", compilers)
588588
# Make sure the runner platform is concrete even if the requested platform isn't
589589
@test !isnothing(libgfortran_version(ur.platform))
590590
@test !isnothing(cxxstring_abi(ur.platform))

0 commit comments

Comments
 (0)