From 510156bc58558593d4ba7db52b05e89649677d58 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 22 Jan 2024 11:12:58 +0900 Subject: [PATCH] Have forgejo action/workflow use "any_archLinux" --- .forgejo/workflows/unittests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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