12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -60,14 +60,14 @@ jobs:
|
||||
qt_host: linux
|
||||
qt_arch: ""
|
||||
qt_version: "5.15.2"
|
||||
qt_modules: "qtnetworkauth"
|
||||
qt_modules: "qtnetworkauth opengl openglwidgets"
|
||||
|
||||
- os: ubuntu-20.04
|
||||
qt_ver: 6
|
||||
qt_host: linux
|
||||
qt_arch: ""
|
||||
qt_version: "6.5.3"
|
||||
qt_modules: "qt5compat qtimageformats qtnetworkauth"
|
||||
qt_modules: "qt5compat qtimageformats qtnetworkauth opengl openglwidgets"
|
||||
|
||||
- os: windows-2022
|
||||
name: "Windows-MinGW-w64"
|
||||
@@ -83,7 +83,7 @@ jobs:
|
||||
qt_host: windows
|
||||
qt_arch: ""
|
||||
qt_version: "6.7.3"
|
||||
qt_modules: "qt5compat qtimageformats qtnetworkauth"
|
||||
qt_modules: "qt5compat qtimageformats qtnetworkauth opengl openglwidgets"
|
||||
nscurl_tag: "v24.9.26.122"
|
||||
nscurl_sha256: "AEE6C4BE3CB6455858E9C1EE4B3AFE0DB9960FA03FE99CCDEDC28390D57CCBB0"
|
||||
|
||||
@@ -96,7 +96,7 @@ jobs:
|
||||
qt_host: windows
|
||||
qt_arch: "win64_msvc2019_arm64"
|
||||
qt_version: "6.7.3"
|
||||
qt_modules: "qt5compat qtimageformats qtnetworkauth"
|
||||
qt_modules: "qt5compat qtimageformats qtnetworkauth opengl openglwidgets"
|
||||
nscurl_tag: "v24.9.26.122"
|
||||
nscurl_sha256: "AEE6C4BE3CB6455858E9C1EE4B3AFE0DB9960FA03FE99CCDEDC28390D57CCBB0"
|
||||
|
||||
@@ -107,7 +107,7 @@ jobs:
|
||||
qt_host: mac
|
||||
qt_arch: ""
|
||||
qt_version: "6.7.3"
|
||||
qt_modules: "qt5compat qtimageformats qtnetworkauth"
|
||||
qt_modules: "qt5compat qtimageformats qtnetworkauth opengl openglwidgets"
|
||||
|
||||
- os: macos-14
|
||||
name: macOS-Legacy
|
||||
@@ -115,7 +115,7 @@ jobs:
|
||||
qt_ver: 5
|
||||
qt_host: mac
|
||||
qt_version: "5.15.2"
|
||||
qt_modules: "qtnetworkauth"
|
||||
qt_modules: "qtnetworkauth opengl openglwidgets"
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user