diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 9c7a0e3..08d9c3d 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -21,6 +21,7 @@ jobs: # 2. # 3. # + # other: arm64: windows and linux # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm, windows-11-arm] @@ -50,6 +51,10 @@ jobs: c_compiler: gcc - os: windows-latest c_compiler: clang + - os: windows-11-arm + c_compiler: gcc + - os: windows-11-arm + c_compiler: clang - os: ubuntu-latest c_compiler: cl - os: ubuntu-24.04-arm