Skip to content

Commit 4512acb

Browse files
author
Daniele Briggi
committed
chore(worflow): readability
1 parent af75177 commit 4512acb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/main.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,29 +15,29 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
- os: ubuntu-latest
18+
- name: linux-vulkan
19+
os: ubuntu-latest
1920
arch: x86_64
20-
name: linux-vulkan
2121
make: LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
22-
- os: macos-latest
23-
name: macos
24-
- os: windows-latest
22+
- name: macos
23+
os: macos-latest
24+
- name: windows
25+
os: windows-latest
2526
arch: x86_64
26-
name: windows
27-
- os: ubuntu-latest
27+
- name: android
28+
os: ubuntu-latest
2829
arch: arm64-v8a
29-
name: android
3030
make: PLATFORM=android ARCH=arm64-v8a
31-
- os: ubuntu-latest
31+
- name: android
32+
os: ubuntu-latest
3233
arch: x86_64
33-
name: android
3434
make: PLATFORM=android ARCH=x86_64
3535
sqlite-amalgamation-zip: https://sqlite.org/2025/sqlite-amalgamation-3490100.zip
36-
- os: macos-latest
37-
name: ios
36+
- name: ios
37+
os: macos-latest
3838
make: PLATFORM=ios
39-
- os: macos-latest
40-
name: isim
39+
- name: isim
40+
os: macos-latest
4141
make: PLATFORM=isim
4242

4343
defaults:

0 commit comments

Comments
 (0)