aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+89bf5c@grudev.com>2020-01-03 17:34:42 +0000
committerGitHub <noreply@github.com>2020-01-03 17:34:42 +0000
commit062dc014ce5f7d0dab965e9576f3236e17c47246 (patch)
treeab42b9a4072f11defbe511dcedc29894571d5b46
parentGitHub Actions syntax improvments for Windows support (diff)
downloadsingleapplication-062dc014ce5f7d0dab965e9576f3236e17c47246.tar.xz
GitHub Actions dropped Qt v4.8.7
This library never intended to support Qt v4.x.x anyway
-rw-r--r--.github/workflows/build-cmake.yml2
1 files changed, 1 insertions, 1 deletions
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 }}