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}}