Skip to content

Commit

Permalink
added clang 16
Browse files Browse the repository at this point in the history
* updated qbs 1.24.1
  • Loading branch information
arBmind committed Apr 2, 2023
1 parent b1a3cf0 commit b855037
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker_build.yml
Expand Up @@ -9,15 +9,15 @@ jobs:
fail-fast: false
matrix:
distro: ['jammy']
qbs_version: ['1.22.1', '1.23.2', '1.24.0']
clang_major: [13, 14, 15]
qbs_version: ['1.22.1', '1.23.2', '1.24.1']
clang_major: [14, 15, 16]
gcc_major: [10, 11, 12]
qt_version: ['6.3.2', '6.4.2']

include:
- distro: jammy
qbs_version: '1.24.0'
clang_major: 15
qbs_version: '1.24.1'
clang_major: 16
gcc_major: 12
qt_version: '6.4.2'
gcc_tags: arbmind/qbs-gcc:latest
Expand Down

0 comments on commit b855037

Please sign in to comment.