chore: exclude useless compilation workflow test

This commit is contained in:
2025-06-22 19:27:49 +02:00
parent 02e5acec2e
commit bc39653a2a

View File

@@ -21,6 +21,7 @@ jobs:
# 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator> # 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>
# 3. <Linux, Release, latest Clang compiler toolchain on the default runner image, default generator> # 3. <Linux, Release, latest Clang compiler toolchain on the default runner image, default generator>
# #
# other: arm64: windows and linux
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix: matrix:
os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm, windows-11-arm] os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm, windows-11-arm]
@@ -50,6 +51,10 @@ jobs:
c_compiler: gcc c_compiler: gcc
- os: windows-latest - os: windows-latest
c_compiler: clang c_compiler: clang
- os: windows-11-arm
c_compiler: gcc
- os: windows-11-arm
c_compiler: clang
- os: ubuntu-latest - os: ubuntu-latest
c_compiler: cl c_compiler: cl
- os: ubuntu-24.04-arm - os: ubuntu-24.04-arm