Skip to content

Commit

Permalink
push-matrix.yml macos-latest (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Nov 30, 2023
1 parent 3e4e315 commit 4d0f908
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/push-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -42,7 +42,9 @@ jobs:
modules: 'qtscript'

- name: Versions
run: qmake -v
run: |
qmake -v
qmake -query QMAKE_SPEC
- name: Build
env:
Expand Down

0 comments on commit 4d0f908

Please # to comment.