Skip to content

Commit 56cd8ec

Browse files
committed
Upgrade Biolith for better mod compatibility.
- Upgrade Biolith for better mod compat * GitHub Actions suck
1 parent 45978a5 commit 56cd8ec

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
java: [
1515
21 # Minimum
1616
]
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-24.04]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: Validate Gradle wrapper
25-
uses: gradle/wrapper-validation-action@v2
25+
uses: gradle/actions/wrapper-validation@v4
2626
- name: Setup JDK ${{ matrix.java }}
2727
uses: actions/setup-java@v4
2828
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Use these Java versions
1616
java: [21]
1717
# and run on both Linux and Windows
18-
os: [ubuntu-20.04]
18+
os: [ubuntu-24.04]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout repository
@@ -36,7 +36,7 @@ jobs:
3636
- name: Fetch tags
3737
run: git fetch --tags
3838
- name: Validate Gradle wrapper
39-
uses: gradle/wrapper-validation-action@v2
39+
uses: gradle/actions/wrapper-validation@v4
4040
- name: Setup JDK ${{ matrix.java }}
4141
uses: actions/setup-java@v4
4242
with:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ terraform_surfaces_api_version=11.0.0
1616
terraform_wood_api_version=11.0.0
1717

1818
# Biolith for worldgen module and testing
19-
biolith_version=3.0.0
19+
biolith_version=3.0.5
2020

2121
# TerraBlender for worldgen module and testing
2222
terrablender_version=1.21-4.0.0.1

0 commit comments

Comments
 (0)