diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a9be1189b..38130c4af2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # windows is disabled because webenging is crashing when compiling rapydscript in CI, try re-enabling after next Qt update - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout source code uses: actions/checkout@v3