Skip to content

Commit 5a22caf

Browse files
[ci] Force clang version in CI
1 parent 6c4639c commit 5a22caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- { platform: 'aarch64', arch: 'armv8-a', dir: 'aarch64-linux-gnu', flags: '', full: 'ON' }
1616
sys:
1717
- { compiler: 'gcc', version: '9' }
18-
- { compiler: 'clang', version: 'latest' }
18+
- { compiler: 'clang', version: '15' }
1919
steps:
2020
- name: Setup compiler
2121
if: ${{ matrix.sys.compiler == 'clang' }}

0 commit comments

Comments
 (0)