]> git.seodisparate.com - EntityComponentMetaSystem/commitdiff
Enable tests on "any_archLinux" act runners
authorStephen Seo <seo.disparate@gmail.com>
Sat, 20 Jan 2024 10:44:48 +0000 (19:44 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 20 Jan 2024 10:44:48 +0000 (19:44 +0900)
.forgejo/workflows/unittests.yml

index cfc83a0729d8230bfa05b6b398dd0f971fabd199..e888a8881d436fcbdd9db15a5f80e941d00da38c 100644 (file)
@@ -6,7 +6,7 @@ on:
 
 jobs:
   build-and-run-unittests:
-    runs-on: archLinux
+    runs-on: any_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