From c94feafd3bf6633e4dac78c9e4bcdcc0ff4f2fc4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 3 Jan 2024 21:03:18 +0530 Subject: [PATCH] Dont know why webengine is failing on CI machine Since Qt have broken webengine in many ways on windows of late, lets sink time into investigating it only if it stays broken after the next Qt update bundled with calibre. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f26e03aa1a..7a2e0a767c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-2022] + os: [ubuntu-latest, macos-latest] steps: - name: Checkout source code uses: actions/checkout@v3