Skip to content

Commit 00f7437

Browse files
Use matrix
1 parent 9226565 commit 00f7437

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,10 @@ jobs:
173173
name: llama-bin-macos-x64.zip
174174

175175
ubuntu-cpu-cmake:
176-
runs-on: [ubuntu-22.04, ubuntu-22.04-arm]
176+
strategy:
177+
matrix:
178+
os: [ubuntu-22.04, ubuntu-22.04-arm]
179+
runs-on: ${{ matrix.os }}
177180

178181
steps:
179182
- name: Clone

0 commit comments

Comments
 (0)