aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+github.com@grudev.com>2020-06-02 10:53:24 +0100
committerGitHub <noreply@github.com>2020-06-02 10:53:24 +0100
commit2c25b74158e16b8c7b5105c8abca3c85e8c242f2 (patch)
tree9f21d8a9cfd5cf920752359e5da1f92bb32f2b25
parentWorkaround attempt 2 for install-qt-action#38 (diff)
downloadsingleapplication-2c25b74158e16b8c7b5105c8abca3c85e8c242f2.tar.xz
Workaround attempt 3 for install-qt-action#38
-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 de60fea..2457550 100644
--- a/.github/workflows/build-cmake.yml
+++ b/.github/workflows/build-cmake.yml
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
qt_version: [5.12.6, 5.13.2, 5.14.0, 5.15.0]
- platform: [ubuntu-latest, windows-latest, macos-latest]
+ platform: [ubuntu-latest, win64_msvc2019_64, macos-latest]
runs-on: ${{ matrix.platform }}