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:
parent
a1937e6101
commit
f07a356899
4
.github/workflows/cmake.yml
vendored
4
.github/workflows/cmake.yml
vendored
@ -145,7 +145,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
macos_version: [11, 12]
|
macos_version: [12]
|
||||||
qt_version: [5.15.2, 6.4.0]
|
qt_version: [5.15.2, 6.4.0]
|
||||||
static: [ON, OFF]
|
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"
|
run: cmake -DUSE_QT6=ON -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DLIMEREPORT_STATIC=${{ matrix.static }} -DLIMEREPORT_DEMO=ON -B "${{github.workspace}}/build"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
|
||||||
|
Loading…
Reference in New Issue
Block a user