Skip to content

Commit 78b1364

Browse files
committed
fix the matrix
1 parent 16c3a45 commit 78b1364

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/typescript-napi-ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,10 @@ jobs:
5757

5858
# Used to create musl binaries
5959
docker-test:
60-
runs-on: ${{ matrix.system.os }}
60+
runs-on: ${{ matrix.os }}
6161
strategy:
6262
matrix:
63-
system:
64-
- os: [ubuntu-24.04, ubuntu-24.04-arm]
63+
os: [ubuntu-24.04, ubuntu-24.04-arm]
6564
fail-fast: false
6665
steps:
6766
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)