diff options
| author | Linus Jahn <lnj@kaidan.im> | 2020-09-29 14:17:04 +0200 |
|---|---|---|
| committer | LNJ <lnj@kaidan.im> | 2020-09-29 14:30:46 +0200 |
| commit | ee0363f38ce9259bf40416a658532c80c17202a0 (patch) | |
| tree | 5fbda0a54665beffd4e3e94f1a2fb89c5dd3b059 /.github/workflows | |
| parent | a8f83ef083b0d6fe02e0007a38a973793bea869f (diff) | |
| download | qxmpp-ee0363f38ce9259bf40416a658532c80c17202a0.tar.gz | |
ci: Update to Qt 5.15.1
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e07df949..26403e99 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] config: [minimal, full, full-debug] - qt_version: ['5.15.0'] + qt_version: ['5.15.1'] include: - os: ubuntu-latest config: full |
