Skip to content

Commit 21f4b7c

Browse files
[ci] Upgrade compiler version for emulated arch
1 parent b50eb11 commit 21f4b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/emulated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
matrix:
1515
sys:
16-
- { compiler: 'gcc', version: '12'}
17-
- { compiler: 'clang', version: '16'}
16+
- { compiler: 'gcc', version: '14'}
17+
- { compiler: 'clang', version: '18'}
1818
steps:
1919
- name: Setup compiler
2020
if: ${{ matrix.sys.compiler == 'gcc' }}

0 commit comments

Comments
 (0)