-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
247de2e
commit 473fe2e
Showing
6 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ concurrency: # FIXME: prevent release commit cancellation | |
jobs: | ||
release-please: | ||
name: Release Please | ||
runs-on: blacksmith-2vcpu-ubuntu-2204 | ||
runs-on: ubuntu-22.04 | ||
outputs: | ||
release_created: ${{ steps.release-please.outputs.release_created }} | ||
tag_name: ${{ steps.release-please.outputs.tag_name }} | ||
|
@@ -49,7 +49,7 @@ jobs: | |
if: github.event.action != 'closed' | ||
name: Construct matrices | ||
needs: release-please | ||
runs-on: blacksmith-2vcpu-ubuntu-2204 | ||
runs-on: ubuntu-22.04 | ||
outputs: | ||
build-matrix: ${{ steps.matrices.outputs.build-matrix }} | ||
run-matrix: ${{ steps.matrices.outputs.run-matrix }} | ||
|
@@ -216,7 +216,7 @@ jobs: | |
needs: | ||
- matrices | ||
- build | ||
runs-on: blacksmith-2vcpu-ubuntu-2204 | ||
runs-on: ubuntu-22.04 | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
|
@@ -239,7 +239,7 @@ jobs: | |
cp mc-runtime-test-*-${{ matrix.version.type }}-release.jar run/mods | ||
- name: Setup Java temurin-${{ matrix.version.java }} | ||
uses: useblacksmith/setup-java@v5 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: ${{ matrix.version.java }} | ||
distribution: temurin | ||
|
@@ -264,7 +264,7 @@ jobs: | |
name: Release | ||
permissions: | ||
contents: write | ||
runs-on: blacksmith-2vcpu-ubuntu-2204 | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Download artifacts | ||
uses: actions/download-artifact@v4 | ||
|
@@ -292,7 +292,7 @@ jobs: | |
needs: | ||
- run | ||
- release | ||
runs-on: blacksmith-2vcpu-ubuntu-2204 | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Delete artifacts | ||
uses: geekyeggo/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Java | ||
uses: useblacksmith/setup-java@v5 | ||
uses: actions/setup-java@v4 | ||
with: | ||
java-version: ${{ env.java_version }} | ||
distribution: "temurin" | ||
|
@@ -79,7 +79,7 @@ jobs: | |
- name: Run the MC client | ||
uses: headlesshq/[email protected] | ||
with: | ||
mc: 3.0.0 | ||
mc: 1.21.4 | ||
modloader: fabric | ||
regex: .*fabric.* | ||
mc-runtime-test: fabric | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters