Skip to content

Commit

Permalink
Change order in ModGC
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 17, 2024
1 parent 08ef23b commit d52780a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/modgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
gc:
- name: default
- name: mmtk
mmtk_cargo_build_flags: --release
mmtk_plan: MarkSweep
mmtk_cargo_build_flags: --release
- name: mmtk
mmtk_cargo_build_flags:
mmtk_plan: MarkSweep
mmtk_cargo_build_flags:
os: [macos-latest, ubuntu-latest]
include:
- test_task: check
Expand Down

0 comments on commit d52780a

Please sign in to comment.