Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
vlvovch committed Sep 25, 2024
1 parent ba73857 commit 8927d0f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,23 @@ jobs:
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest, ubuntu-20.04, macos-13, macos-latest, windows-latest]
# qts: [6.2.0, 5.15.2]
os: [ubuntu-latest, ubuntu-20.04, macos-13, macos-latest, windows-latest]
qts: [6.2.0, 5.15.2]
include:
- os: ubuntu-latest
prefix: bin/examples/
qts: [6.2.0, 5.15.2]
- os: ubuntu-20.04
prefix: bin/examples/
qts: [6.2.0, 5.15.2]
- os: macos-13
prefix: bin/examples/
qts: [6.2.0, 5.15.2]
- os: macos-latest
prefix: bin/examples/
qts: [6.2.0]
- os: windows-latest
prefix: bin/examples/Release/
suffix: .exe
qts: [6.2.0, 5.15.2]
exclude:
os: macos-latest
qts: [5.15.2]

# env:
# prefix: bin/examples/
Expand Down

0 comments on commit 8927d0f

Please sign in to comment.