File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - ' nightly_*'
77
88env :
9- QT_VERSION : 6.9.1
9+ QT_VERSION : 6.9.2
1010
1111jobs :
1212 build_linux :
@@ -125,15 +125,13 @@ jobs:
125125 # arch: win32_msvc2017
126126 # cached: ${{ steps.cache-qt-win.outputs.cache-hit }}
127127 # aqtversion: ==0.8
128- # - name: Install Qt (64 bit)
129- # uses: jurplel/install-qt-action@v2
130- # if: ${{ matrix.arch == 'x64' }}
131- # with:
132- # version: ${{ env.QT_VERSION }}
133- # dir: ${{ github.workspace }}/..
134- # arch: win64_msvc2017_64
135- # cached: ${{ steps.cache-qt-win.outputs.cache-hit }}
136- # aqtversion: ==0.8
128+ - name : Install Qt (64 bit)
129+ uses : jurplel/install-qt-action@v4
130+ if : ${{ matrix.arch == 'x64' }}
131+ with :
132+ version : ${{ env.QT_VERSION }}
133+ dir : ${{ github.workspace }}/..
134+ arch : win64_msvc2022_64
137135 - name : Prepare Vulkan SDK
138136 uses : humbletim/setup-vulkan-sdk@v1.2.1
139137 with :
Original file line number Diff line number Diff line change 66 - ' release_*'
77
88env :
9- QT_VERSION : 6.9.1
9+ QT_VERSION : 6.9.2
1010
1111jobs :
1212 create_release :
@@ -180,16 +180,14 @@ jobs:
180180 # arch: win32_msvc2017
181181 # cached: ${{ steps.cache-qt-win.outputs.cache-hit }}
182182 # aqtversion: ==0.8
183- # - name: Install Qt (64 bit)
183+ - name : Install Qt (64 bit)
184184 # # Install Qt 64bit if matrix.arch == x64
185- # uses: jurplel/install-qt-action@v2
186- # if: ${{ matrix.arch == 'x64' }}
187- # with:
188- # version: ${{ env.QT_VERSION }}
189- # dir: ${{ github.workspace }}/..
190- # arch: win64_msvc2017_64
191- # cached: ${{ steps.cache-qt-win.outputs.cache-hit }}
192- # aqtversion: ==0.8
185+ uses : jurplel/install-qt-action@v4
186+ if : ${{ matrix.arch == 'x64' }}
187+ with :
188+ version : ${{ env.QT_VERSION }}
189+ dir : ${{ github.workspace }}/..
190+ arch : win64_msvc2022_64
193191 - name : Prepare Vulkan SDK
194192 uses : humbletim/setup-vulkan-sdk@v1.2.1
195193 with :
Original file line number Diff line number Diff line change 66 - ' test/*'
77
88env :
9- QT_VERSION : 6.9.1
9+ QT_VERSION : 6.9.2
1010
1111jobs :
1212 build_linux :
@@ -123,15 +123,13 @@ jobs:
123123 # arch: win32_msvc2017
124124 # cached: ${{ steps.cache-qt-win.outputs.cache-hit }}
125125 # aqtversion: ==0.8
126- # - name: Install Qt (64 bit)
127- # uses: jurplel/install-qt-action@v2
128- # if: ${{ matrix.arch == 'x64' }}
129- # with:
130- # version: ${{ env.QT_VERSION }}
131- # dir: ${{ github.workspace }}/..
132- # arch: win64_msvc2017_64
133- # cached: ${{ steps.cache-qt-win.outputs.cache-hit }}
134- # aqtversion: ==0.8
126+ - name : Install Qt (64 bit)
127+ uses : jurplel/install-qt-action@v4
128+ if : ${{ matrix.arch == 'x64' }}
129+ with :
130+ version : ${{ env.QT_VERSION }}
131+ dir : ${{ github.workspace }}/..
132+ arch : win64_msvc2022_64
135133 - name : Prepare Vulkan SDK
136134 uses : humbletim/setup-vulkan-sdk@v1.2.1
137135 with :
You can’t perform that action at this time.
0 commit comments