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: