From 654ddac9430a6814dcf8c6a37943cc1efee8347c Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 20 Jan 2024 18:00:25 +0900 Subject: [PATCH] Enable another act runner for unit tests --- .forgejo/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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