We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824155c commit fb319beCopy full SHA for fb319be
.github/workflows/build.yml
@@ -43,24 +43,34 @@ jobs:
43
architecture: ucrt-x86_64
44
shell: 'msys2 {0}'
45
46
+ - name: Linux (ARM64)
47
+ os: ubuntu
48
+ os-version: 24.04-arm
49
+ use-clang: false
50
+ arm: true
51
+ shell: bash
52
+
53
- name: Linux
54
os: ubuntu
55
os-version: 24.04
56
use-clang: false
57
+ arm: false
58
shell: bash
59
60
- name: Linux Clang (libstdc++)
61
62
63
use-clang: true
64
use-clang_stdlib: false
65
66
67
68
- name: Linux Clang (libc++)
69
70
71
72
use-clang_stdlib: true
73
74
75
76
- name: MacOS
0 commit comments