File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
os : [windows-latest, macos-latest, ubuntu-latest]
18
18
# os: [windows-latest, ubuntu-latest, macos-13]
19
- qt_version : ['6.7.0 ']
19
+ qt_version : ['6.7.2 ']
20
20
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
21
21
# You can convert this to a matrix build if you need cross-platform coverage.
22
22
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
26
26
- uses : actions/checkout@v4
27
27
28
28
- name : Install Qt
29
- uses : jurplel/install-qt-action@v3
29
+ uses : jurplel/install-qt-action@v4
30
30
with :
31
31
version : ${{ matrix.qt_version }}
32
32
Original file line number Diff line number Diff line change 41
41
uses : actions/checkout@v3
42
42
43
43
- name : Install Qt
44
- uses : jurplel/install-qt-action@v3
44
+ uses : jurplel/install-qt-action@v4
45
45
with :
46
- version : ' 6.6.1 '
46
+ version : ' 6.7.2 '
47
47
48
48
# Initializes the CodeQL tools for scanning.
49
49
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments