diff --git a/.forgejo/workflows/unittests.yml b/.forgejo/workflows/unittests.yml index c926544..8d6305e 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', 'selfOldArchLinux'] 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