File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 strategy :
1616 matrix :
1717 qt_version : [5.12.11, 5.15.2, 6.2.0]
18- platform : [ubuntu-20.04 , windows-latest, macos-latest]
18+ platform : [ubuntu-latest , windows-latest, macos-latest]
1919 include :
2020 - qt_version : 6.2.0
2121 additional_arguments : -D QT_DEFAULT_MAJOR_VERSION=6
22- - platform : ubuntu-20.04
22+ - platform : ubuntu-latest
2323 make : make
2424 CXXFLAGS : -Wall -Wextra -pedantic -Werror
2525 MAKEFLAGS : -j2
@@ -38,10 +38,10 @@ jobs:
3838
3939 steps :
4040 - name : Clone repo
41- uses : actions/checkout@v2.3.4
41+ uses : actions/checkout@v2
4242
4343 - name : Install Qt
44- uses : jurplel/install-qt-action@v2.14.0
44+ uses : jurplel/install-qt-action@v4
4545 with :
4646 version : ${{ matrix.qt_version }}
4747
You can’t perform that action at this time.
0 commit comments