Skip to content

Commit 5f35f3d

Browse files
committed
CI
1 parent 82f8aeb commit 5f35f3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: [ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm]
1211
strategy:
1312
matrix:
1413
version: [16, 18]
14+
runs-on: [ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm]
15+
runs-on: ${{ matrix.runs-on }}
1516

1617
steps:
1718
- name: Checkout code

0 commit comments

Comments
 (0)