Skip to content

Commit

Permalink
[ci] Force clang version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Jan 8, 2025
1 parent 6c4639c commit 3626c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- { platform: 'aarch64', arch: 'armv8-a', dir: 'aarch64-linux-gnu', flags: '', full: 'ON' }
sys:
- { compiler: 'gcc', version: '9' }
- { compiler: 'clang', version: 'latest' }
- { compiler: 'clang', version: '15' }
steps:
- name: Setup compiler
if: ${{ matrix.sys.compiler == 'clang' }}
Expand Down

0 comments on commit 3626c10

Please sign in to comment.