Skip to content

Commit 2ed91eb

Browse files
[ci] update gcc version when testing emulated arch
1 parent 9d41ad9 commit 2ed91eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emulated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
sys:
16-
- { compiler: 'gcc', version: '14'}
16+
- { compiler: 'gcc', version: '15'}
1717
- { compiler: 'clang', version: '18'}
1818
steps:
1919
- name: Setup compiler

0 commit comments

Comments
 (0)