From f07a3568998055edf8f710e96ecf74f82b1bb203 Mon Sep 17 00:00:00 2001 From: Alexander Arin Date: Fri, 26 Jul 2024 16:44:29 +0300 Subject: [PATCH] removed build for macos 11 --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1233e7a..1578466 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -145,7 +145,7 @@ jobs: strategy: fail-fast: false matrix: - macos_version: [11, 12] + macos_version: [12] qt_version: [5.15.2, 6.4.0] static: [ON, OFF] @@ -171,4 +171,4 @@ jobs: run: cmake -DUSE_QT6=ON -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DLIMEREPORT_STATIC=${{ matrix.static }} -DLIMEREPORT_DEMO=ON -B "${{github.workspace}}/build" - name: Build - run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} \ No newline at end of file + run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}