diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9b36e7..8349b9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: name: Build strategy: matrix: - qt-version: [5.12.12, 5.15.2, 6.4.0] + qt-version: [5.15.2, 6.4.0] platform: [windows-latest, ubuntu-latest, macos-latest] runs-on: ${{ matrix.platform }}