diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5c118ad..a7dd041 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,8 +15,8 @@ jobs: 17 # Minimum supported by Minecraft ] # Windows regularly runs out of memory on github free actions... so it's disabled - #os: [ubuntu-20.04, windows-latest] - os: [ubuntu-20.04] + #os: [ubuntu-22.04, windows-latest] + os: [ubuntu-22.04] runs-on: ${{ matrix.os }} steps: - name: checkout repository diff --git a/build.gradle b/build.gradle index 3f1a269..3e7552b 100644 --- a/build.gradle +++ b/build.gradle @@ -26,9 +26,6 @@ dependencies { // Fabric API. This is technically optional, but you probably want it anyway. modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - - // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. - // You may need to force-disable transitiveness on them. } processResources {