diff --git a/.github/workflows/ci-alternative-runtimes.yml b/.github/workflows/ci-alternative-runtimes.yml index d502d2f53fd..12624037200 100644 --- a/.github/workflows/ci-alternative-runtimes.yml +++ b/.github/workflows/ci-alternative-runtimes.yml @@ -26,14 +26,15 @@ jobs: contents: read strategy: matrix: + runtime: [nsolid] os: [macos-latest, ubuntu-latest, windows-latest] include: - - nsolid-version: 5 + - runtime: nsolid + nsolid-version: 5 node-version: 18 - runtime: nsolid - - nsolid-version: 5 + - runtime: nsolid + nsolid-version: 5 node-version: 20 - runtime: nsolid steps: - uses: actions/checkout@v4