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 Nov 30, 2023
1 parent 8cf3144 commit 3e4e315
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .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 Clang"
os: macos-latest
cc: "clang"
cxx: "clang++"
qmakespec: "macos-clang"
qt-version: ['5.15.2']
fail-fast: false

Expand Down

0 comments on commit 3e4e315

Please # to comment.