diff --git a/.forgejo/workflows/unittests.yml b/.forgejo/workflows/unittests.yml index 0f9d698..a4e9041 100644 --- a/.forgejo/workflows/unittests.yml +++ b/.forgejo/workflows/unittests.yml @@ -6,7 +6,7 @@ on: jobs: build-and-run-tests: - runs-on: archLinux + runs-on: any_archLinux steps: - run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/UDPConnection.git UDPC - run: cd UDPC && git checkout $GITHUB_REF_NAME