Skip to content

Commit 96105cc

Browse files
committed
Update runners & qt versions
1 parent d789871 commit 96105cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@ jobs:
1919
strategy:
2020
matrix:
2121
include:
22-
- runner: 'ubuntu-20.04'
22+
- runner: 'ubuntu-22.04'
2323
qtVersion: '5.15.2'
24-
- runner: 'ubuntu-20.04'
24+
- runner: 'ubuntu-22.04'
2525
qtVersion: '5.9'
2626
osSuffix: '_qt5.9'
2727
skipPlugins: 'true'
2828
- runner: 'macos-14'
29-
qtVersion: '6.8.2'
29+
qtVersion: '6.8.3'
3030
qtModules: 'qtimageformats'
3131
buildArch: 'Universal'
3232
- runner: 'macos-13'
3333
qtVersion: '5.15.2'
3434
osSuffix: '_legacy'
3535
- runner: 'windows-2022'
36-
qtVersion: '6.8.2'
36+
qtVersion: '6.8.3'
3737
qtArch: 'win64_msvc2022_64'
3838
osSuffix: '_64'
3939
qtModules: 'qtimageformats'
4040
- runner: 'windows-2022'
41-
qtVersion: '6.8.2'
41+
qtVersion: '6.8.3'
4242
qtArch: 'win64_msvc2022_arm64_cross_compiled'
4343
osSuffix: '_arm64'
4444
qtModules: 'qtimageformats'

0 commit comments

Comments
 (0)