0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-08-15 06:33:44 +03:00

Update cmake.yml

This commit is contained in:
Alexander Arin 2025-07-29 13:28:15 +03:00 committed by GitHub
parent 5181f977ec
commit 558d3c9e0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -175,8 +175,8 @@ jobs:
# - name: Build # - name: Build
# run: cmake --build '${{github.workspace}}/build' --config ${{env.BUILD_TYPE}} # run: cmake --build '${{github.workspace}}/build' --config ${{env.BUILD_TYPE}}
macos: macos:
runs-on: macos-${{ matrix.macos_version }} runs-on: macos-latest
name: macos-${{ matrix.macos_version }}-Qt-${{ matrix.qt_version }}-static-${{ matrix.static }} name: macos-latest-Qt-${{ matrix.qt_version }}-static-${{ matrix.static }}
needs: check-code-style needs: check-code-style
strategy: strategy:
fail-fast: false fail-fast: false