From 8af991eab693d11d381db8f29c4b002b4641f23a Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 3 Nov 2024 23:28:00 -0500 Subject: [PATCH] ci: update runner label --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 0caca05..30cd44a 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -8,7 +8,7 @@ env: jobs: test: - runs-on: ubuntu-latest + runs-on: runner-latest steps: - uses: actions/checkout@v4 with: