From: Stephen Seo Date: Sat, 20 Jan 2024 10:20:40 +0000 (+0900) Subject: Revert "Enable another act runner for unit tests" X-Git-Tag: 1.0~5 X-Git-Url: https://git.seodisparate.com/inner?a=commitdiff_plain;h=ad933b157b309343abe2f1e527364d03e9919620;p=EntityComponentMetaSystem Revert "Enable another act runner for unit tests" This reverts commit 654ddac9430a6814dcf8c6a37943cc1efee8347c. --- 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