Commit b40f372 1 parent c4ce862 commit b40f372 Copy full SHA for b40f372
File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -152,19 +152,19 @@ jobs:
152
152
matrix :
153
153
config :
154
154
- os : macos
155
- os_version : 11
155
+ os_version : 12
156
156
qt_version : 5.15.2
157
157
qt_modules :
158
158
arch : x64
159
159
artifacts_id : macos-qt5
160
- cmake_opts : -DKLOGG_OSX_DEPLOYMENT_TARGET=10.14
160
+ cmake_opts : -DKLOGG_OSX_DEPLOYMENT_TARGET=11.7
161
161
- os : macos
162
- os_version : 11
163
- qt_version : 6.5.1
162
+ os_version : 12
163
+ qt_version : 6.7.3
164
164
qt_modules : qt5compat
165
165
arch : x64
166
166
artifacts_id : macos-qt6
167
- cmake_opts : -DKLOGG_OSX_DEPLOYMENT_TARGET=10.15
167
+ cmake_opts : -DKLOGG_OSX_DEPLOYMENT_TARGET=11.7
168
168
169
169
runs-on : ${{ matrix.config.os }}-${{ matrix.config.os_version }}
170
170
steps :
@@ -207,20 +207,20 @@ jobs:
207
207
config :
208
208
- os : windows
209
209
os_version : 2022
210
- qt_version : 5.15.2
210
+ qt_version : 6.7.3
211
+ qt_modules : qt5compat
211
212
arch : x64
212
213
ssl_arch : -x64
213
214
cmake_opts :
214
- artifacts_id : windows-x64-qt5
215
+ artifacts_id : windows-x64-qt6
215
216
216
217
- os : windows
217
218
os_version : 2022
218
- qt_version : 6.5.1
219
- qt_modules : qt5compat
219
+ qt_version : 5.15.2
220
220
arch : x64
221
221
ssl_arch : -x64
222
222
cmake_opts :
223
- artifacts_id : windows-x64-qt6
223
+ artifacts_id : windows-x64-qt5
224
224
225
225
- os : windows
226
226
os_version : 2022
@@ -239,12 +239,12 @@ jobs:
239
239
uses : actions/cache@v2
240
240
with :
241
241
path : ${{ github.workspace }}\openssl-1.1
242
- key : OpensslCache-1-1-1n
242
+ key : OpensslCache-1-1-1w
243
243
244
244
- name : Download openssl
245
245
if : ${{ steps.cache-openssl.outputs.cache-hit != 'true' }}
246
246
run : |
247
- Invoke-WebRequest -Uri "https://www.firedaemon.com/download-firedaemon-openssl-1-zip" -OutFile openssl.zip
247
+ Invoke-WebRequest -Uri "https://www.firedaemon.com/download-firedaemon-openssl-1.1.1 -zip" -OutFile openssl.zip
248
248
7z x openssl.zip
249
249
250
250
- name : Set openssl paths
You can’t perform that action at this time.
0 commit comments