From 4d0f9085b6bc65013412965c54965699c00dc868 Mon Sep 17 00:00:00 2001 From: Nikita Zimin Date: Fri, 1 Dec 2023 02:45:22 +0300 Subject: [PATCH] push-matrix.yml macos-latest (2) --- .github/workflows/push-matrix.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push-matrix.yml b/.github/workflows/push-matrix.yml index b260ceb..c2f3b53 100644 --- a/.github/workflows/push-matrix.yml +++ b/.github/workflows/push-matrix.yml @@ -23,11 +23,11 @@ jobs: cc: "clang" cxx: "clang++" qmakespec: "linux-clang" - - name: "macOS latest Clang" + - name: "macOS latest" os: macos-latest cc: "clang" cxx: "clang++" - qmakespec: "macos-clang" + qmakespec: "macx-clang" qt-version: ['5.15.2'] fail-fast: false @@ -42,7 +42,9 @@ jobs: modules: 'qtscript' - name: Versions - run: qmake -v + run: | + qmake -v + qmake -query QMAKE_SPEC - name: Build env: