From: Stephen Seo Date: Sat, 20 Jan 2024 09:00:25 +0000 (+0900) Subject: Enable another act runner for unit tests X-Git-Tag: 1.0~6 X-Git-Url: https://git.seodisparate.com/stephenseo/LD52?a=commitdiff_plain;h=654ddac9430a6814dcf8c6a37943cc1efee8347c;p=EntityComponentMetaSystem Enable another act runner for unit tests --- diff --git a/.forgejo/workflows/unittests.yml b/.forgejo/workflows/unittests.yml index cfc83a0..c926544 100644 --- a/.forgejo/workflows/unittests.yml +++ b/.forgejo/workflows/unittests.yml @@ -6,7 +6,7 @@ on: jobs: build-and-run-unittests: - runs-on: archLinux + runs-on: [selfOldArchLinux, archLinux] steps: - run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/EntityComponentMetaSystem.git ECMS - run: cd ECMS && git checkout $GITHUB_REF_NAME