Skip to content

Commit c884a25

Browse files
DiamonDinoiaserge-sans-paille
authored andcommitted
ci: add GCC 10 with AVX-512 to test matrix
1 parent 2a9dc93 commit c884a25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- { compiler: 'gcc', version: '13', flags: 'enable_xtl_complex' }
1818
- { compiler: 'gcc', version: '14', flags: 'avx' }
1919
- { compiler: 'gcc', version: '13', flags: 'avx512' }
20+
- { compiler: 'gcc', version: '10', flags: 'avx512' }
2021
- { compiler: 'gcc', version: '12', flags: 'i386' }
2122
- { compiler: 'gcc', version: '13', flags: 'avx512pf' }
2223
- { compiler: 'gcc', version: '13', flags: 'avx512vbmi' }

0 commit comments

Comments
 (0)