Skip to content

Commit

Permalink
update Qt 6.5.1 and Qbs 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed May 25, 2023
1 parent 81f99a6 commit 6c101a3
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.0']
qbs_version: ['1.23.2', '1.24.1', '2.0.1']
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.0']
qt_version: ['6.4.3', '6.5.1']

include:
- distro: lunar
qbs_version: '2.0.0'
qbs_version: '2.0.1'
clang: {major: 16, source: 'apt'}
gcc: {major: 13, source: 'apt'}
qt_version: '6.5.0'
qt_version: '6.5.1'
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 6c101a3

Please sign in to comment.