diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 038f0bc08730..6c355ec1714b 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -13,13 +13,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest] + os: [windows-latest] node_version: [16] - include: - - os: macos-latest - node_version: 16 - - os: windows-latest - node_version: 16 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3