From e55031209b5b18c528d5db5a5ce54753ac5ef1a3 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 07:50:00 -0500 Subject: [PATCH] workflow/lint: ubuntu-latest --- .forgejo/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 9a4bd44..cef3af0 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -10,7 +10,7 @@ on: # yamllint disable-line rule:truthy jobs: test: - runs-on: ubuntu-22.04 # tag on runner maps to 'node:22-bookworm' image + runs-on: ubuntu-latest # tag on runner maps to 'node:20-bookworm' image steps: - uses: actions/checkout@v4