Skip to content

Commit

Permalink
CI + Windows was failing for Qt6.6 checking with 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti committed Jan 14, 2024
1 parent 10f92d1 commit 2e779ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os:
- ubuntu-latest
# - ubuntu-latest
- windows-latest
- macos-latest
build_type:
- Debug
- Release
config:
- qt_version: "5.15"
qt_arch: win64_mingw81
- qt_version: "6.4.*"
# - qt_version: "5.15"
# qt_arch: win64_mingw81
- qt_version: "6.5.*"
qt_modules: qtscxml
qt_arch: win64_mingw

Expand Down

0 comments on commit 2e779ed

Please sign in to comment.