aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2021-03-17 19:35:16 +0100
committerLinus Jahn <lnj@kaidan.im>2021-03-17 19:39:45 +0100
commitfb56a2e9a3a27770bfd191695b4c5810a3f0bc3f (patch)
tree20890adbcde3d2d2707b01dc286505c2c023ad11 /.github/workflows
parent5ee30fe3d369a4959d01ef07dc48c852eefc2427 (diff)
downloadqxmpp-fb56a2e9a3a27770bfd191695b4c5810a3f0bc3f.tar.gz
github-ci: Use Qt 5.9.9 (instead of 5.9.0)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 6c50ab6d..f89c52b9 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -16,10 +16,10 @@ jobs:
include:
- os: ubuntu-latest
config: full
- qt_version: 5.9
+ qt_version: 5.9.9
- os: macos-latest
config: full
- qt_version: 5.9
+ qt_version: 5.9.9
steps:
- uses: actions/checkout@v2
- name: Install Qt