Skip to content

Commit b61ae04

Browse files
committed
ci: fix version of gcc for nintendo
1 parent 2359a5c commit b61ae04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/options/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ if get_option('run_in_ci')
8181
'compilers': [clang_21_compiler],
8282
},
8383
'cross_3ds': {
84-
'compilers': [gcc_14_compiler],
84+
'compilers': [gcc_15_compiler],
8585
},
8686
'cross_switch': {
87-
'compilers': [gcc_14_compiler],
87+
'compilers': [gcc_15_compiler],
8888
},
8989
'cross_emscripten': {
9090
'compilers': [emscripten_compiler_current],

0 commit comments

Comments
 (0)