Skip to content

Commit

Permalink
update to Qt 6.5.3 and Qbs 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Sep 30, 2023
1 parent 5ce39e7 commit 35957ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_build.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
distro: ['lunar']
qbs_version: ['1.24.1', '2.0.2', '2.1.1']
qbs_version: ['1.24.1', '2.0.2', '2.1.2']
clang: [
{major: 15, source: 'apt'},
{major: 16, source: 'apt'},
Expand All @@ -20,14 +20,14 @@ jobs:
{major: 12, source: 'apt'},
{major: 13, source: 'apt'}
]
qt_version: ['6.4.3', '6.5.2']
qt_version: ['6.4.3', '6.5.3']

include:
- distro: lunar
qbs_version: '2.1.1'
qbs_version: '2.1.2'
clang: {major: 17, source: 'llvm'}
gcc: {major: 13, source: 'apt'}
qt_version: '6.5.2'
qt_version: '6.5.3'
gcc_tags: |
arbmind/qbs-gcc:latest
ghcr.io/arbmind/qbs-gcc:latest
Expand Down

0 comments on commit 35957ed

Please sign in to comment.