try ubuntu-22.04 docker

Signed-off-by: Simon Smith <simonsmith5521@gmail.com>

Simon Smith committed Oct 27, 2025 at 10:27 UTC a051cb5548200cf22c5cfcab403179da1e0b46e1
1 file changed +6 -6
.github/workflows/docker.yml
+6 -6
@@ -10,7 +10,7 @@ on:
10 jobs:
11
12 translate:
13 - runs-on: ubuntu-latest
13 + runs-on: ubuntu-22.04
14 name: Run Translations
15 steps:
16 - name: Checkout repository
@@ -38,7 +38,7 @@ jobs:
38 path: .
39
40 build-amd64:
41 - runs-on: ubuntu-latest
41 + runs-on: ubuntu-22.04
42 needs: translate
43 strategy:
44 fail-fast: false
@@ -96,7 +96,7 @@ jobs:
96 .
97
98 build-arm64:
99 - runs-on: ubuntu-latest
99 + runs-on: ubuntu-22.04
100 needs: translate
101 strategy:
102 fail-fast: false
@@ -155,7 +155,7 @@ jobs:
155 .
156
157 build-armv7:
158 - runs-on: ubuntu-latest
158 + runs-on: ubuntu-22.04
159 needs: translate
160 strategy:
161 fail-fast: false
@@ -214,7 +214,7 @@ jobs:
214 .
215
216 build-armv6:
217 - runs-on: ubuntu-latest
217 + runs-on: ubuntu-22.04
218 needs: translate
219 strategy:
220 fail-fast: false
@@ -273,7 +273,7 @@ jobs:
273 .
274
275 merge-manifest:
276 - runs-on: ubuntu-latest
276 + runs-on: ubuntu-22.04
277 needs:
278 - translate
279 - build-amd64