Skip to content

Commit

Permalink
Bump Actions Ubuntu version to 22.04 (#805)
Browse files Browse the repository at this point in the history
Bump the Ubuntu version used for encoding and missing translations check from `20.04` to `22.04`.
  • Loading branch information
GeckoEidechse authored Jun 24, 2024
1 parent 8037da5 commit 83e9776
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/encoding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
check-loc-encoding:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -12,7 +12,7 @@ jobs:
files=$(ls Northstar.Client/mod/resource/northstar_client_localisation_*.txt)
IFS=$'\n'; files=($files); unset IFS; ! file --mime "${files[@]}" | grep -v "charset=utf-16le"
check-missing-translations:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 83e9776

Please sign in to comment.