]> git.seodisparate.com - TurnBasedMinecraftMod/commitdiff
Change action runner for tags/releases
authorStephen Seo <seo.disparate@gmail.com>
Thu, 21 Mar 2024 07:16:18 +0000 (16:16 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 21 Mar 2024 07:16:18 +0000 (16:16 +0900)
.forgejo/workflows/build-jar.yaml

index bc57170e5d52dd7399fa6bf44e805b24edb8efe4..f297675a1556a9addf41dc6e027c45f47aa90a6c 100644 (file)
@@ -19,7 +19,7 @@ jobs:
   build-and-create-release:
     needs: check-release-exists
     if: ${{ needs.check-release-exists.outputs.status == '404' }}
-    runs-on: any_archLinux
+    runs-on: highmem_self
     steps:
       - run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/TurnBasedMinecraftMod.git TurnBasedMinecraftMod
       - run: cd TurnBasedMinecraftMod && git checkout ${GITHUB_REF_NAME}