Skip to content

Commit 830ddf8

Browse files
[ci] Add gcc 15 validation for arm
Related to #1232
1 parent 6e9e932 commit 830ddf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cross-arm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- { platform: 'aarch64', arch: 'armv8-a', dir: 'aarch64-linux-gnu', flags: '', full: 'ON' }
1616
sys:
1717
- { compiler: 'gcc', version: '10' }
18+
- { compiler: 'gcc', version: '15' }
1819
steps:
1920
- name: Setup compiler
2021
if: ${{ matrix.sys.compiler == 'gcc' }}

0 commit comments

Comments
 (0)