Skip to content

Commit 5136b94

Browse files
committed
ci: move linter to ubuntu:24.04
- do not containerize the linter (for now) as all it does is a python3 check on translations.
1 parent af0362a commit 5136b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
translations:
1212
name: Check Translations
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Lint translation files

0 commit comments

Comments
 (0)