From bc39653a2a19d0f17720546dcd555ec00ba4b83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20GUEZO?= Date: Sun, 22 Jun 2025 19:27:49 +0200 Subject: [PATCH] chore: exclude useless compilation workflow test --- .github/workflows/cmake-multi-platform.yml | 5 +++++ 1 file changed, 5 insertions(+) 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