Skip to content

Commit

Permalink
update to Qbs 2.0.2 and Qt 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Jul 23, 2023
1 parent 6c101a3 commit b695da9
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.23.2', '1.24.1', '2.0.1']
qbs_version: ['1.23.2', '1.24.1', '2.0.2']
clang: [
{major: 14, source: 'apt'},
{major: 15, source: 'apt'},
Expand All @@ -20,14 +20,14 @@ jobs:
{major: 12, source: 'apt'},
{major: 13, source: 'apt'}
]
qt_version: ['6.4.3', '6.5.1']
qt_version: ['6.4.3', '6.5.2']

include:
- distro: lunar
qbs_version: '2.0.1'
qbs_version: '2.0.2'
clang: {major: 16, source: 'apt'}
gcc: {major: 13, source: 'apt'}
qt_version: '6.5.1'
qt_version: '6.5.2'
gcc_tags: arbmind/qbs-gcc:latest
gcc_qt_tags: arbmind/qbs-gcc-qt:latest
clang_tags: arbmind/qbs-clang:latest
Expand Down

0 comments on commit b695da9

Please sign in to comment.