From ad933b157b309343abe2f1e527364d03e9919620 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sat, 20 Jan 2024 19:20:40 +0900 Subject: [PATCH] Revert "Enable another act runner for unit tests" This reverts commit 654ddac9430a6814dcf8c6a37943cc1efee8347c. --- .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 c926544..cfc83a0 100644 --- a/.forgejo/workflows/unittests.yml +++ b/.forgejo/workflows/unittests.yml @@ -6,7 +6,7 @@ on: jobs: build-and-run-unittests: - runs-on: [selfOldArchLinux, archLinux] + runs-on: 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