]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Revert "Enable another act runner for unit tests"
authorStephen Seo <seo.disparate@gmail.com>
Sat, 20 Jan 2024 10:20:40 +0000 (19:20 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 20 Jan 2024 10:20:40 +0000 (19:20 +0900)
This reverts commit 654ddac9430a6814dcf8c6a37943cc1efee8347c.

.forgejo/workflows/unittests.yml

index c9265440d6703fe899ae420b2eed5fd85bb07dfe..cfc83a0729d8230bfa05b6b398dd0f971fabd199 100644 (file)
@@ -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