Skip to content

Commit

Permalink
ci: move linter to ubuntu:24.04
Browse files Browse the repository at this point in the history
- do not containerize the linter (for now) as all it does is a
  python3 check on translations.
  • Loading branch information
patricklodder committed Feb 26, 2025
1 parent af0362a commit 5136b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5136b94

Please sign in to comment.