]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Enable another act runner for unit tests
authorStephen Seo <seo.disparate@gmail.com>
Sat, 20 Jan 2024 09:00:25 +0000 (18:00 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 20 Jan 2024 09:00:25 +0000 (18:00 +0900)
.forgejo/workflows/unittests.yml

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