@@ -43,98 +43,98 @@ jobs:
4343 fail-fast : false
4444 matrix :
4545 config :
46- - name : " Windows Intel 64bit"
47- artifact : " Windows-x64"
48- runs-on : windows-2019
49- os : windows
50- qt_host : ' windows'
51- qt_version : ' 6.6.3'
52- qt_arch : ' win64_msvc2019_64'
53- qt_dir : " msvc2019_64"
54- environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
55- cmake_extra_config : ' -DSENTRY=ON'
56-
57- - name : " Windows ARM 64bit"
58- artifact : " Windows-ARM64"
59- runs-on : windows-2019
60- os : windows
61- qt_host : ' windows'
62- qt_host_arch : ' win64_msvc2019_64'
63- qt_version : ' 6.6.3'
64- qt_arch : ' win64_msvc2019_arm64'
65- qt_dir : " msvc2019_arm64"
66- environment_script : " C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvarsamd64_arm64.bat"
67- cmake_extra_config : ' -DCMAKE_TOOLCHAIN_FILE=%Qt6_DIR%/lib/cmake/Qt6/qt.toolchain.cmake -DQT_HOST_PATH=%Qt6_DIR%/../msvc2019_64'
68-
69- - name : " Ubuntu 22.04 64bit"
70- artifact : " Ubuntu-22.04"
71- runs-on : ubuntu-22.04
72- os : linux
73- debian_container : " buildpack-deps:22.04"
74-
75- - name : " Debian 12 Backend 64bit"
76- artifact : " Debian-12-Backend"
77- runs-on : ubuntu-22.04
78- os : linux
79- debian_container : " buildpack-deps:bookworm"
80- cmake_extra_config : " -DBACKEND_ONLY=ON"
81- generate_docs : true
82- generate_docker : true
83-
84- - name : " Linux AppImage 64bit"
85- artifact : " Linux-AppImage"
86- runs-on : ubuntu-20.04
87- os : linux
88- appimage : true
89- qt_tools : tools_opensslv3_src
90- qt_host : ' linux'
91- qt_version : ' 6.6.3'
92- qt_arch : ' gcc_64'
93-
94- - name : " Ubuntu Snap 64bit"
95- artifact : " Linux-Snap"
96- runs-on : ubuntu-22.04
97- os : linux
98- snap : true
99- qt_tools : tools_opensslv3_src
100- qt_host : ' linux'
101- qt_version : ' 6.6.3'
102- qt_arch : ' gcc_64'
103-
104- - name : " macOS Universal"
105- artifact : " macOS"
106- runs-on : macos-13
107- os : macos
108- qt_host : ' mac'
109- qt_version : ' 6.6.3'
110- qt_arch : ' clang_64'
111- qt_dir : ' macos'
112- cmake_extra_config : ' -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DSENTRY=ON'
113- xcode : ' 15.1' # https://developer.apple.com/forums/thread/740889
114-
115- - name : " macOS 10 Legacy"
116- artifact : " macOS-10-Legacy"
117- runs-on : macos-12
118- os : macos
119- qt_host : ' mac'
120- qt_version : ' 6.4.3'
121- qt_arch : ' clang_64'
122- qt_dir : ' macos'
123- cmake_extra_config : ' -DCMAKE_OSX_ARCHITECTURES="x86_64" -DSENTRY=ON'
124-
125- - name : " Android"
126- artifact : " Android"
127- runs-on : ubuntu-20.04
128- os : android
129- android_abi : ' arm64-v8a'
130- android_ndk : ' 26.2.11394342'
131- qt_host : ' linux'
132- qt_host_arch : ' gcc_64'
133- qt_target : ' android'
134- qt_version : ' 6.6.3'
135- qt_arch : ' android_x86_64'
136- qt_extra_archs : ' android_arm64_v8a android_armv7 android_x86'
137- cmake_extra_config : ' -DSENTRY=ON'
46+ # - name: "Windows Intel 64bit"
47+ # artifact: "Windows-x64"
48+ # runs-on: windows-2019
49+ # os: windows
50+ # qt_host: 'windows'
51+ # qt_version: '6.6.3'
52+ # qt_arch: 'win64_msvc2019_64'
53+ # qt_dir: "msvc2019_64"
54+ # environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
55+ # cmake_extra_config: '-DSENTRY=ON'
56+
57+ # - name: "Windows ARM 64bit"
58+ # artifact: "Windows-ARM64"
59+ # runs-on: windows-2019
60+ # os: windows
61+ # qt_host: 'windows'
62+ # qt_host_arch: 'win64_msvc2019_64'
63+ # qt_version: '6.6.3'
64+ # qt_arch: 'win64_msvc2019_arm64'
65+ # qt_dir: "msvc2019_arm64"
66+ # environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Auxiliary/Build/vcvarsamd64_arm64.bat"
67+ # cmake_extra_config: '-DCMAKE_TOOLCHAIN_FILE=%Qt6_DIR%/lib/cmake/Qt6/qt.toolchain.cmake -DQT_HOST_PATH=%Qt6_DIR%/../msvc2019_64'
68+
69+ # - name: "Ubuntu 22.04 64bit"
70+ # artifact: "Ubuntu-22.04"
71+ # runs-on: ubuntu-22.04
72+ # os: linux
73+ # debian_container: "buildpack-deps:22.04"
74+
75+ # - name: "Debian 12 Backend 64bit"
76+ # artifact: "Debian-12-Backend"
77+ # runs-on: ubuntu-22.04
78+ # os: linux
79+ # debian_container: "buildpack-deps:bookworm"
80+ # cmake_extra_config: "-DBACKEND_ONLY=ON"
81+ # generate_docs: true
82+ # generate_docker: true
83+
84+ # - name: "Linux AppImage 64bit"
85+ # artifact: "Linux-AppImage"
86+ # runs-on: ubuntu-20.04
87+ # os: linux
88+ # appimage: true
89+ # qt_tools: tools_opensslv3_src
90+ # qt_host: 'linux'
91+ # qt_version: '6.6.3'
92+ # qt_arch: 'gcc_64'
93+
94+ # - name: "Ubuntu Snap 64bit"
95+ # artifact: "Linux-Snap"
96+ # runs-on: ubuntu-22.04
97+ # os: linux
98+ # snap: true
99+ # qt_tools: tools_opensslv3_src
100+ # qt_host: 'linux'
101+ # qt_version: '6.6.3'
102+ # qt_arch: 'gcc_64'
103+
104+ # - name: "macOS Universal"
105+ # artifact: "macOS"
106+ # runs-on: macos-13
107+ # os: macos
108+ # qt_host: 'mac'
109+ # qt_version: '6.6.3'
110+ # qt_arch: 'clang_64'
111+ # qt_dir: 'macos'
112+ # cmake_extra_config: '-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DSENTRY=ON'
113+ # xcode: '15.1' # https://developer.apple.com/forums/thread/740889
114+
115+ # - name: "macOS 10 Legacy"
116+ # artifact: "macOS-10-Legacy"
117+ # runs-on: macos-12
118+ # os: macos
119+ # qt_host: 'mac'
120+ # qt_version: '6.4.3'
121+ # qt_arch: 'clang_64'
122+ # qt_dir: 'macos'
123+ # cmake_extra_config: '-DCMAKE_OSX_ARCHITECTURES="x86_64" -DSENTRY=ON'
124+
125+ # - name: "Android"
126+ # artifact: "Android"
127+ # runs-on: ubuntu-20.04
128+ # os: android
129+ # android_abi: 'arm64-v8a'
130+ # android_ndk: '26.2.11394342'
131+ # qt_host: 'linux'
132+ # qt_host_arch: 'gcc_64'
133+ # qt_target: 'android'
134+ # qt_version: '6.6.3'
135+ # qt_arch: 'android_x86_64'
136+ # qt_extra_archs: 'android_arm64_v8a android_armv7 android_x86'
137+ # cmake_extra_config: '-DSENTRY=ON'
138138
139139 - name : " iOS"
140140 artifact : " iOS"
@@ -143,7 +143,7 @@ jobs:
143143 qt_host : ' mac'
144144 qt_host_arch : ' clang_64'
145145 qt_target : ' ios'
146- qt_version : ' 6.7 .0'
146+ qt_version : ' 6.6 .0'
147147 qt_arch : ' ios'
148148 cmake_extra_config : ' '
149149 xcode : ' 15.2'
0 commit comments