File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-20.04
1313 strategy :
1414 matrix :
15- qt-version : ['6.7 ']
15+ qt-version : ['6.8 ']
1616 qt-target : ['desktop']
1717 qt-modules : ['']
1818 arch : ['amd64']
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-20.04
1010 strategy :
1111 matrix :
12- qt-version : ['6.7 ']
12+ qt-version : ['6.8 ']
1313 qt-target : ['desktop']
1414 qt-modules : ['']
1515 arch : ['amd64']
9999 runs-on : windows-latest
100100 strategy :
101101 matrix :
102- qt-version : ['6.7 ']
102+ qt-version : ['6.8 ']
103103 qt-target : ['desktop']
104104 qt-modules : ['']
105105 mingw-version : ['11.2.0']
Original file line number Diff line number Diff line change 2626 - name : Install Qt
2727 uses : jurplel/install-qt-action@v4
2828 with :
29- version : ' 6.7 .*'
29+ version : ' 6.8 .*'
3030 arch : ' linux_gcc_64'
3131 - name : Configure CMake
3232 run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DSCRATCHCPP_PLAYER_BUILD_UNIT_TESTS=ON
Original file line number Diff line number Diff line change 1212 runs-on : windows-latest
1313 strategy :
1414 matrix :
15- qt-version : ['6.7 ']
15+ qt-version : ['6.8 ']
1616 qt-target : ['desktop']
1717 qt-modules : ['']
1818 mingw-version : ['11.2.0']
You can’t perform that action at this time.
0 commit comments