We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f008f4 commit b68ba31Copy full SHA for b68ba31
.github/workflows/cross.yml
@@ -15,7 +15,7 @@ jobs:
15
- { platform: 'aarch64', arch: 'armv8-a', dir: 'aarch64-linux-gnu', flags: '', full: 'ON' }
16
sys:
17
- { compiler: 'gcc', version: '9' }
18
- - { compiler: 'clang', version: '15' }
+ - { compiler: 'clang', version: '16' }
19
steps:
20
- name: Setup compiler
21
if: ${{ matrix.sys.compiler == 'clang' }}
0 commit comments