File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 strategy :
2828 matrix :
2929 os : [windows-2019, windows-2022]
30- qt_ver : [5.15.2, 6.7.3 ]
30+ qt_ver : [5.15.2, 6.8.0 ]
3131 fail-fast : false
3232
3333 runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-22.04
2222
2323 env :
24- QT_VERSION : 6.7.3
24+ QT_VERSION : 6.8.0
2525 ASAN_OPTIONS : detect_stack_use_after_return=1
2626 # TODO: figure out why there are cache misses with PCH enabled
2727 CCACHE_SLOPPINESS : pch_defines,time_macros
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-22.04
2222
2323 env :
24- QT_VERSION : 6.7.3
24+ QT_VERSION : 6.8.0
2525
2626 steps :
2727 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2424 image : ${{ matrix.image }}
2525
2626 env :
27- QT_VERSION : 6.7.3
27+ QT_VERSION : 6.8.0
2828
2929 steps :
3030 - uses : actions/checkout@v4
@@ -130,7 +130,7 @@ jobs:
130130 if : ${{ github.repository_owner == 'danmar' }}
131131
132132 env :
133- QT_VERSION : 6.7.3
133+ QT_VERSION : 6.8.0
134134
135135 steps :
136136 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-22.04
2222
2323 env :
24- QT_VERSION : 6.7.3
24+ QT_VERSION : 6.8.0
2525
2626 steps :
2727 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-22.04
2222
2323 env :
24- QT_VERSION : 6.7.3
24+ QT_VERSION : 6.8.0
2525 TSAN_OPTIONS : halt_on_error=1
2626 # TODO: figure out why there are cache misses with PCH enabled
2727 CCACHE_SLOPPINESS : pch_defines,time_macros
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-22.04
2222
2323 env :
24- QT_VERSION : 6.7.3
24+ QT_VERSION : 6.8.0
2525 UBSAN_OPTIONS : print_stacktrace=1:halt_on_error=1:report_error_type=1
2626 # TODO: figure out why there are cache misses with PCH enabled
2727 CCACHE_SLOPPINESS : pch_defines,time_macros
You can’t perform that action at this time.
0 commit comments