File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ jobs:
350350 run : git config --global --add safe.directory '*'
351351
352352 - name : run
353- run : ./configure.sh && make run
353+ run : ./configure.sh && DOTNET_ROLL_FORWARD=LatestMajor make run
354354
355355 linux24-vanilla--stockdotnet8-and-newmono :
356356 runs-on : ubuntu-24.04
@@ -374,7 +374,7 @@ jobs:
374374 run : git config --global --add safe.directory '*'
375375
376376 - name : run
377- run : ./configure.sh && make run
377+ run : ./configure.sh && DOTNET_ROLL_FORWARD=LatestMajor make run
378378
379379 linux24-vanilla--stockdotnet8-and-stockmono :
380380 runs-on : ubuntu-24.04
@@ -396,7 +396,7 @@ jobs:
396396 run : git config --global --add safe.directory '*'
397397
398398 - name : run
399- run : ./configure.sh && make run
399+ run : ./configure.sh && DOTNET_ROLL_FORWARD=LatestMajor make run
400400
401401 linux24-vanilla--newmono-only :
402402 runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments