Skip to content

Commit c540c73

Browse files
committed
ci: add arm64 clang job
1 parent a6ee023 commit c540c73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ jobs:
105105
shell: bash
106106
fatal_warnings: true
107107

108+
- name: Linux Clang (libc++, ARM64)
109+
os: ubuntu
110+
os-version: 24.04-arm
111+
use-clang: true
112+
use-clang_stdlib: true
113+
shell: bash
114+
fatal_warnings: true
115+
108116
- name: MacOS
109117
os: macos
110118
os-version: 13

0 commit comments

Comments
 (0)