Skip to content

Commit 1db50ea

Browse files
committed
Add ARM build configuration for GCC 11 in CI matrix
1 parent 19d7f5a commit 1db50ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
sys:
4545
compiler: gcc
4646
version: '12'
47+
- os: ubuntu-24.04-arm
48+
sys:
49+
compiler: gcc
50+
version: '11'
4751

4852
steps:
4953
- name: Install GCC

0 commit comments

Comments
 (0)