Skip to content

Commit 1d902b1

Browse files
sheeazadeemar
authored andcommitted
github action: add arm64 test
Signed-off-by: sheeaza <winsdenny@outlook.com>
1 parent 106ac94 commit 1d902b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2525
# todo: add windows-latest
2626
matrix:
27-
os: [ubuntu-latest]
27+
os: [ubuntu-latest, ubuntu-22.04-arm]
2828
build_type: [Release, Debug, Tsan]
2929
c_compiler: [gcc, clang]
3030

0 commit comments

Comments
 (0)