Skip to content

Commit

Permalink
push-matrix.yml macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed Dec 2, 2023
1 parent 91a3027 commit 9107c1a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/push-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
cc: "clang"
cxx: "clang++"
qmakespec: "linux-clang"
- name: "macOS latest"
os: macos-latest
cc: "clang"
cxx: "clang++"
qmakespec: "macx-clang"
qt-version: ['5.15.2']
fail-fast: false

Expand All @@ -37,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 9107c1a

Please sign in to comment.