File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-20.04
13
13
strategy :
14
14
matrix :
15
- qt-version : ['6.7 ']
15
+ qt-version : ['6.8 ']
16
16
qt-target : ['desktop']
17
17
qt-modules : ['']
18
18
arch : ['amd64']
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-20.04
10
10
strategy :
11
11
matrix :
12
- qt-version : ['6.7 ']
12
+ qt-version : ['6.8 ']
13
13
qt-target : ['desktop']
14
14
qt-modules : ['']
15
15
arch : ['amd64']
99
99
runs-on : windows-latest
100
100
strategy :
101
101
matrix :
102
- qt-version : ['6.7 ']
102
+ qt-version : ['6.8 ']
103
103
qt-target : ['desktop']
104
104
qt-modules : ['']
105
105
mingw-version : ['11.2.0']
Original file line number Diff line number Diff line change 26
26
- name : Install Qt
27
27
uses : jurplel/install-qt-action@v4
28
28
with :
29
- version : ' 6.7 .*'
29
+ version : ' 6.8 .*'
30
30
arch : ' linux_gcc_64'
31
31
- name : Configure CMake
32
32
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 12
12
runs-on : windows-latest
13
13
strategy :
14
14
matrix :
15
- qt-version : ['6.7 ']
15
+ qt-version : ['6.8 ']
16
16
qt-target : ['desktop']
17
17
qt-modules : ['']
18
18
mingw-version : ['11.2.0']
You can’t perform that action at this time.
0 commit comments