From: Stephen Seo Date: Sat, 20 Jan 2024 10:44:48 +0000 (+0900) Subject: Enable tests on "any_archLinux" act runners X-Git-Tag: 1.0~4 X-Git-Url: https://git.seodisparate.com/stephenseo/static/search/searchdata.js?a=commitdiff_plain;h=7636f89c82d63cea2af2d6ca815811ffa17f2902;p=EntityComponentMetaSystem Enable tests on "any_archLinux" act runners --- diff --git a/.forgejo/workflows/unittests.yml b/.forgejo/workflows/unittests.yml index cfc83a0..e888a88 100644 --- a/.forgejo/workflows/unittests.yml +++ b/.forgejo/workflows/unittests.yml @@ -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