diff options
| author | Linus Jahn <lnj@kaidan.im> | 2021-03-17 19:35:16 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2021-03-17 19:39:45 +0100 |
| commit | fb56a2e9a3a27770bfd191695b4c5810a3f0bc3f (patch) | |
| tree | 20890adbcde3d2d2707b01dc286505c2c023ad11 /.github/workflows | |
| parent | 5ee30fe3d369a4959d01ef07dc48c852eefc2427 (diff) | |
| download | qxmpp-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.yml | 4 |
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 |
