Skip to content

Commit 715c623

Browse files
committed
adding gcc-10
(cherry picked from commit 902140e)
1 parent 6e9e932 commit 715c623

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)