We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5da0aa commit 4dead61Copy full SHA for 4dead61
.github/workflows/package.yml
@@ -27,6 +27,10 @@ jobs:
27
cc: clang
28
cxx: clang++
29
shell: sh
30
+ - os: ubuntu-22.04-arm
31
+ cc: gcc
32
+ cxx: g++
33
+ shell: sh
34
- os: macos-13
35
36
.github/workflows/test.yml
@@ -17,6 +17,10 @@ jobs:
17
cc: gcc
18
cxx: g++
19
20
21
22
23
24
25
26
0 commit comments