diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89598d740..562319769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,10 @@ jobs: node: 16 host: x86 target: x86 + - os: ubuntu-latest + node: 16 + host: x86 + target: x86 name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }}) steps: - uses: actions/checkout@v3