Skip to content

Commit 8bd096e

Browse files
committed
Reorder matrix variables for consistency
With the other workflow jobs.
1 parent 74711f6 commit 8bd096e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,13 +186,13 @@ jobs:
186186
run: linuxdeploy-${{ matrix.arch }}.AppImage --list-plugins
187187
strategy:
188188
matrix:
189+
os:
190+
- 22.04
191+
- 24.04
189192
arch:
190193
- aarch64
191194
- armhf
192195
- i386
193196
- static-x86_64
194197
- x86_64
195-
os:
196-
- 22.04
197-
- 24.04
198198
fail-fast: false

0 commit comments

Comments
 (0)