From 062dc014ce5f7d0dab965e9576f3236e17c47246 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Fri, 3 Jan 2020 17:34:42 +0000 Subject: GitHub Actions dropped Qt v4.8.7 This library never intended to support Qt v4.x.x anyway --- .github/workflows/build-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-cmake.yml b/.github/workflows/build-cmake.yml index c5cebf5..d1a6419 100644 --- a/.github/workflows/build-cmake.yml +++ b/.github/workflows/build-cmake.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - qt_version: [4.8.7, 5.9.8, 5.12.6, 5.13.2, 5.14.0] + qt_version: [5.9.8, 5.12.6, 5.13.2, 5.14.0] platform: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.platform }} -- cgit v1.2.1