File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- ubuntu_version : [20.04, 22.04 ]
27+ ubuntu_version : [latest ]
2828 qt_version : [5.12.12, 5.15.2, 6.4.0]
2929 build : [cmake+qmake]
3030
3333 uses : actions/checkout@v3
3434
3535 - name : Install Qt
36- uses : jurplel/install-qt-action@v3
36+ uses : jurplel/install-qt-action@v4
3737 with :
3838 version : ${{ matrix.qt_version }}
3939 cache : ' true'
6060 strategy :
6161 fail-fast : false
6262 matrix :
63- win_version : [2019, 2022 ]
63+ win_version : [latest ]
6464 qt_version : [5.12.12, 5.15.2, 6.4.0]
6565 build : [cmake+qmake]
6666
6969 uses : actions/checkout@v3
7070
7171 - name : Install Qt
72- uses : jurplel/install-qt-action@v3
72+ uses : jurplel/install-qt-action@v4
7373 with :
7474 version : ${{ matrix.qt_version }}
7575 cache : ' true'
9999 strategy :
100100 fail-fast : false
101101 matrix :
102- macos_version : [11, 12 ]
102+ macos_version : [latest ]
103103 qt_version : [5.15.2, 6.4.0]
104104 build : [cmake+qmake]
105105
@@ -108,7 +108,7 @@ jobs:
108108 uses : actions/checkout@v3
109109
110110 - name : Install Qt
111- uses : jurplel/install-qt-action@v3
111+ uses : jurplel/install-qt-action@v4
112112 with :
113113 version : ${{ matrix.qt_version }}
114114 cache : ' true'
You can’t perform that action at this time.
0 commit comments