Skip to content

Commit 4c42bcb

Browse files
committed
ci
1 parent 95346c7 commit 4c42bcb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/nim.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
uses: status-im/nimbus-common-workflow/.github/workflows/common.yml@main
1212
with:
1313
nim-versions: '["version-2-0", "version-2-2"]'
14-
os: linux
15-
cpu: amd64
16-
platform: x64
17-
builder: ubuntu-latest
14+
strategy:
15+
matrix:
16+
target:
17+
- os: linux
18+
cpu: amd64
19+
platform: x64
20+
builder: ubuntu-latest

0 commit comments

Comments
 (0)