From: Stephen Seo Date: Sat, 20 Jan 2024 11:01:54 +0000 (+0900) Subject: Enable "any_archLinux" act runner for building jar X-Git-Tag: neoforge-1.26.0~26 X-Git-Url: https://git.seodisparate.com/tbm-server-edit-damage-sources-set.png?a=commitdiff_plain;h=75976c8d9a0dfa234daf394f1780f21bf73240dc;p=TurnBasedMinecraftMod Enable "any_archLinux" act runner for building jar --- diff --git a/.forgejo/workflows/build-jar.yaml b/.forgejo/workflows/build-jar.yaml index d5aa875..7adf2de 100644 --- a/.forgejo/workflows/build-jar.yaml +++ b/.forgejo/workflows/build-jar.yaml @@ -6,7 +6,7 @@ on: jobs: build-and-create-release: - runs-on: archLinux + runs-on: any_archLinux 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}