We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7d22b commit a89f396Copy full SHA for a89f396
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -23,7 +23,7 @@ jobs:
23
#
24
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
25
matrix:
26
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm, ubuntu-22.04-arm]
27
build_type: [Release]
28
c_compiler: [gcc, clang, cl]
29
include:
0 commit comments