From 5136b94f947ae2378c1e2ac244e2de4e0795e501 Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Tue, 25 Feb 2025 16:44:34 -0500 Subject: [PATCH] ci: move linter to ubuntu:24.04 - do not containerize the linter (for now) as all it does is a python3 check on translations. --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e077f0d98..81ae2520b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -10,7 +10,7 @@ on: jobs: translations: name: Check Translations - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Lint translation files