]> git.seodisparate.com - UDPConnection/commitdiff
Have forgejo action/workflow use "any_archLinux"
authorStephen Seo <seo.disparate@gmail.com>
Mon, 22 Jan 2024 02:12:58 +0000 (11:12 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Mon, 22 Jan 2024 02:12:58 +0000 (11:12 +0900)
.forgejo/workflows/unittests.yml

index 0f9d6989cbf4f753bdeab43940644785927c34e5..a4e904100897665ed8ce3b84ec0c252a8f39f10b 100644 (file)
@@ -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