diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 428626da1b9..f8f7053f3eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,8 +83,8 @@ jobs: node-version: [20] os: - ubuntu-latest - # - macos-latest - # - windows-latest + - macos-latest + - windows-latest steps: - name: Checkout code @@ -109,11 +109,15 @@ jobs: check: name: Check - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} timeout-minutes: 20 strategy: matrix: node-version: [20] + os: + - ubuntu-latest + - macos-latest + - windows-latest steps: - name: Checkout code uses: actions/checkout@v4