aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-06-24 14:29:40 +0200
committerGitHub <noreply@github.com>2024-06-24 14:29:40 +0200
commit83e97763b3421e59d13e9a40bf20c0d987da9129 (patch)
tree7e79248226cd9ef33975b38837db7908e3739299
parent8037da592fa508a07e56811438a55a8b27e4b478 (diff)
downloadNorthstarMods-83e97763b3421e59d13e9a40bf20c0d987da9129.tar.gz
NorthstarMods-83e97763b3421e59d13e9a40bf20c0d987da9129.zip
Bump Actions Ubuntu version to 22.04 (#805)v1.26.0-rc3v1.26.0-rc2v1.26.0-rc1v1.25.4-rc2v1.25.4-rc1v1.25.4
Bump the Ubuntu version used for encoding and missing translations check from `20.04` to `22.04`.
-rw-r--r--.github/workflows/encoding.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/encoding.yml b/.github/workflows/encoding.yml
index a88e3961a..5a730c203 100644
--- a/.github/workflows/encoding.yml
+++ b/.github/workflows/encoding.yml
@@ -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
@@ -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