temporarily disable some workflows
This commit is contained in:
parent
2c83ef1c46
commit
b3d8de2a7a
82
.github/workflows/build.yml
vendored
82
.github/workflows/build.yml
vendored
@ -32,33 +32,33 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
- os: ubuntu-20.04
|
#- os: ubuntu-20.04
|
||||||
qt_ver: 5
|
# qt_ver: 5
|
||||||
|
|
||||||
- os: ubuntu-20.04
|
#- os: ubuntu-20.04
|
||||||
qt_ver: 6
|
# qt_ver: 6
|
||||||
qt_host: linux
|
# qt_host: linux
|
||||||
qt_arch: ''
|
# qt_arch: ''
|
||||||
qt_version: '6.2.4'
|
# qt_version: '6.2.4'
|
||||||
qt_modules: 'qt5compat qtimageformats'
|
# qt_modules: 'qt5compat qtimageformats'
|
||||||
qt_tools: ''
|
# qt_tools: ''
|
||||||
|
|
||||||
- os: windows-2022
|
#- os: windows-2022
|
||||||
name: "Windows-MinGW-w64"
|
# name: "Windows-MinGW-w64"
|
||||||
msystem: clang64
|
# msystem: clang64
|
||||||
vcvars_arch: 'amd64_x86'
|
# vcvars_arch: 'amd64_x86'
|
||||||
|
|
||||||
- os: windows-2022
|
#- os: windows-2022
|
||||||
name: "Windows-MSVC-Legacy"
|
# name: "Windows-MSVC-Legacy"
|
||||||
msystem: ''
|
# msystem: ''
|
||||||
architecture: 'win32'
|
# architecture: 'win32'
|
||||||
vcvars_arch: 'amd64_x86'
|
# vcvars_arch: 'amd64_x86'
|
||||||
qt_ver: 5
|
# qt_ver: 5
|
||||||
qt_host: windows
|
# qt_host: windows
|
||||||
qt_arch: 'win32_msvc2019'
|
# qt_arch: 'win32_msvc2019'
|
||||||
qt_version: '5.15.2'
|
# qt_version: '5.15.2'
|
||||||
qt_modules: ''
|
# qt_modules: ''
|
||||||
qt_tools: 'tools_openssl_x86'
|
# qt_tools: 'tools_openssl_x86'
|
||||||
|
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
name: "Windows-MSVC"
|
name: "Windows-MSVC"
|
||||||
@ -86,24 +86,24 @@ jobs:
|
|||||||
qt_tools: ''
|
qt_tools: ''
|
||||||
prism_version: '8.0'
|
prism_version: '8.0'
|
||||||
|
|
||||||
- os: macos-12
|
#- os: macos-12
|
||||||
name: macOS
|
# name: macOS
|
||||||
macosx_deployment_target: 11.0
|
# macosx_deployment_target: 11.0
|
||||||
qt_ver: 6
|
# qt_ver: 6
|
||||||
qt_host: mac
|
# qt_host: mac
|
||||||
qt_arch: ''
|
# qt_arch: ''
|
||||||
qt_version: '6.5.0'
|
# qt_version: '6.5.0'
|
||||||
qt_modules: 'qt5compat qtimageformats'
|
# qt_modules: 'qt5compat qtimageformats'
|
||||||
qt_tools: ''
|
# qt_tools: ''
|
||||||
|
|
||||||
- os: macos-12
|
#- os: macos-12
|
||||||
name: macOS-Legacy
|
# name: macOS-Legacy
|
||||||
macosx_deployment_target: 10.13
|
# macosx_deployment_target: 10.13
|
||||||
qt_ver: 5
|
# qt_ver: 5
|
||||||
qt_host: mac
|
# qt_host: mac
|
||||||
qt_version: '5.15.2'
|
# qt_version: '5.15.2'
|
||||||
qt_modules: ''
|
# qt_modules: ''
|
||||||
qt_tools: ''
|
# qt_tools: ''
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user