Skip to content

Commit

Permalink
Switch to mc-runtime-test 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3arthqu4ke committed Nov 15, 2024
1 parent 2f54227 commit 14926f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-matrix-in-memory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Copy launcher jar
run: cp launcher-jar/headlessmc-launcher.jar .
- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.4.0
uses: 3arthqu4ke/mc-runtime-test@2.4.1
with:
mc: ${{ matrix.version.mc }}
modloader: ${{ matrix.version.modloader }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-matrix-xvfb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Copy launcher jar
run: cp launcher-jar/headlessmc-launcher.jar .
- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.4.0
uses: 3arthqu4ke/mc-runtime-test@2.4.1
with:
mc: ${{ matrix.version.mc }}
modloader: ${{ matrix.version.modloader }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Copy launcher jar
run: cp launcher-jar/headlessmc-launcher.jar .
- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.4.0
uses: 3arthqu4ke/mc-runtime-test@2.4.1
with:
mc: ${{ matrix.version.mc }}
modloader: ${{ matrix.version.modloader }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-specific-all-modloaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Copy launcher jar
run: cp launcher-jar/headlessmc-launcher.jar .
- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.4.0
uses: 3arthqu4ke/mc-runtime-test@2.4.1
with:
mc: ${{ github.event.inputs.mc }}
modloader: ${{ matrix.version.modloader }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: cp headlessmc-launcher-wrapper/build/libs/headlessmc-launcher.jar .

- name: Run the MC client
uses: 3arthqu4ke/mc-runtime-test@2.4.0
uses: 3arthqu4ke/mc-runtime-test@2.4.1
with:
mc: ${{ github.event.inputs.mc }}
modloader: ${{ github.event.inputs.modloader }}
Expand Down

0 comments on commit 14926f5

Please sign in to comment.