From 558d3c9e0c18211a7c06ac21c75f0e9346472c97 Mon Sep 17 00:00:00 2001 From: Alexander Arin Date: Tue, 29 Jul 2025 13:28:15 +0300 Subject: [PATCH] Update cmake.yml --- .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 5a2230d..bee062d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -175,8 +175,8 @@ jobs: # - name: Build # run: cmake --build '${{github.workspace}}/build' --config ${{env.BUILD_TYPE}} macos: - runs-on: macos-${{ matrix.macos_version }} - name: macos-${{ matrix.macos_version }}-Qt-${{ matrix.qt_version }}-static-${{ matrix.static }} + runs-on: macos-latest + name: macos-latest-Qt-${{ matrix.qt_version }}-static-${{ matrix.static }} needs: check-code-style strategy: fail-fast: false