From 0a0e077cd641911e157aafcea5bb0cc320dc68e6 Mon Sep 17 00:00:00 2001 From: ak5k <42914711+ak5k@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:51:59 +0200 Subject: [PATCH] Update build matrix in cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 83d8c69..6675b3f 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -18,7 +18,6 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] build_type: [Release] include: - os: ubuntu-latest @@ -29,13 +28,13 @@ jobs: arch: i686 - os: ubuntu-latest arch: armv7l - # - os: windows-latest - # arch: x64 - # build_type: RelWithDebInfo - # - os: windows-latest - # arch: x86 - # - os: macos-latest - # arch: arm64;x86_64 + - os: windows-latest + arch: x64 + build_type: RelWithDebInfo + - os: windows-latest + arch: x86 + - os: macos-latest + arch: arm64;x86_64 steps: - uses: actions/checkout@v2