Skip to content

Commit 9b62755

Browse files
committed
WIP14
1 parent def1d34 commit 9b62755

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)