Skip to content

Commit

Permalink
add clang 17
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Sep 26, 2023
1 parent 1d759fd commit 5ce39e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker_build.yml
Expand Up @@ -11,9 +11,9 @@ jobs:
distro: ['lunar']
qbs_version: ['1.24.1', '2.0.2', '2.1.1']
clang: [
{major: 14, source: 'apt'},
{major: 15, source: 'apt'},
{major: 16, source: 'apt'}
{major: 16, source: 'apt'},
{major: 17, source: 'llvm'}
]
gcc: [
{major: 11, source: 'apt'},
Expand All @@ -25,7 +25,7 @@ jobs:
include:
- distro: lunar
qbs_version: '2.1.1'
clang: {major: 16, source: 'apt'}
clang: {major: 17, source: 'llvm'}
gcc: {major: 13, source: 'apt'}
qt_version: '6.5.2'
gcc_tags: |
Expand Down

0 comments on commit 5ce39e7

Please sign in to comment.