0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-23 16:22:58 +03:00

removed build for macos 11

This commit is contained in:
Alexander Arin 2024-07-26 16:44:29 +03:00 committed by GitHub
parent a1937e6101
commit f07a356899
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}}
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}