Skip to content

Commit dfd4528

Browse files
committed
Remove duplicated configurations in build matrix
1 parent 2856adc commit dfd4528

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,6 @@ jobs:
3939
link_type:
4040
- static
4141
- shared
42-
config:
43-
- os: ubuntu-24.04
44-
vcpkg_triplet: x64-linux-release
45-
- os: ubuntu-22.04
46-
vcpkg_triplet: x64-linux-release
47-
- os: ubuntu-24.04-arm
48-
vcpkg_triplet: arm64-linux-release
49-
- os: macos-13
50-
vcpkg_triplet: x64-osx-release
51-
- os: macos-14
52-
vcpkg_triplet: x64-osx-release
53-
- os: macos-15
54-
vcpkg_triplet: x64-osx-release
55-
- os: windows-2022
56-
vcpkg_triplet: x64-windows-release
5742

5843
env:
5944
MOSQUITTO_VERSION: 2.0.20
@@ -107,7 +92,7 @@ jobs:
10792
-DKDUTILS_BUILD_TESTS=${{ matrix.build_type == 'Debug' }}
10893
-DBUILD_SHARED_LIBS=${{ matrix.link_type == 'shared' }}
10994
-DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
110-
-DVCPKG_TARGET_TRIPLET=${{ matrix.config.vcpkg_triplet }}
95+
-DVCPKG_TARGET_TRIPLET=${{ matrix.platform.triplet }}
11196
-DVCPKG_MANIFEST_MODE=OFF
11297
${{ steps.vcpkg.outputs.vcpkg-cmake-config }}
11398

0 commit comments

Comments
 (0)