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 b50eb11 commit 21f4b7cCopy full SHA for 21f4b7c
.github/workflows/emulated.yml
@@ -13,8 +13,8 @@ jobs:
13
strategy:
14
matrix:
15
sys:
16
- - { compiler: 'gcc', version: '12'}
17
- - { compiler: 'clang', version: '16'}
+ - { compiler: 'gcc', version: '14'}
+ - { compiler: 'clang', version: '18'}
18
steps:
19
- name: Setup compiler
20
if: ${{ matrix.sys.compiler == 'gcc' }}
0 commit comments