Skip to content

Commit c23a7aa

Browse files
committed
fix: remove the ci config, that requires gcc 15 for msys2, use gcc 14 instead
1 parent aacd2ad commit c23a7aa

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tools/options/meson.build

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,7 @@ if get_option('run_in_ci')
8282
'compilers': [msvc_compiler_current],
8383
},
8484
'msys2': {
85-
# TODO: this needs to be 14, but we can't pin the package atm, see https://github.com/OpenBrickProtocolFoundation/oopetris/pull/224
86-
'compilers': [
87-
{
88-
'id': 'gcc',
89-
'checks': ['>=15', '<16'],
90-
},
91-
],
85+
'compilers': [gcc_14_compiler],
9286
},
9387
'linux': {
9488
'compilers': [clang_19_compiler, gcc_14_compiler],

0 commit comments

Comments
 (0)