File tree 1 file changed +28
-4
lines changed
1 file changed +28
-4
lines changed Original file line number Diff line number Diff line change @@ -258,25 +258,49 @@ jobs:
258
258
matrix :
259
259
config :
260
260
- {
261
- os : macos-latest,
261
+ os : macos-12, # x64
262
262
arch : x64,
263
263
python-arch : x64,
264
264
python-ver : ' 3.8' ,
265
265
name : ' macos-x64 cmake shared' ,
266
266
shared : ' yes' ,
267
- artifact : ' macos-cmake-shared-x64.7z' ,
267
+ artifact : ' macos-x64- cmake-shared-x64.7z' ,
268
268
build_type : ' Debug' ,
269
269
archiver : ' 7za a' ,
270
270
generators : ' Ninja'
271
271
}
272
272
- {
273
- os : macos-latest ,
273
+ os : macos-12 ,
274
274
arch : x64,
275
275
python-arch : x64,
276
276
python-ver : ' 3.8' ,
277
277
name : ' macos-x64 cmake static' ,
278
278
shared : ' no' ,
279
- artifact : ' macos-cmake-static-x64.7z' ,
279
+ artifact : ' macos-x64-cmake-static-x64.7z' ,
280
+ build_type : ' Debug' ,
281
+ archiver : ' 7za a' ,
282
+ generators : ' Ninja'
283
+ }
284
+ - {
285
+ os : macos-14, # arm64
286
+ arch : arm64,
287
+ python-arch : arm64,
288
+ python-ver : ' 3.8' ,
289
+ name : ' macos-x64 cmake shared' ,
290
+ shared : ' yes' ,
291
+ artifact : ' macos-arm64-cmake-shared-x64.7z' ,
292
+ build_type : ' Debug' ,
293
+ archiver : ' 7za a' ,
294
+ generators : ' Ninja'
295
+ }
296
+ - {
297
+ os : macos-14,
298
+ arch : arm64,
299
+ python-arch : arm64,
300
+ python-ver : ' 3.8' ,
301
+ name : ' macos-arm64 cmake static' ,
302
+ shared : ' no' ,
303
+ artifact : ' macos-arm64-cmake-static-x64.7z' ,
280
304
build_type : ' Debug' ,
281
305
archiver : ' 7za a' ,
282
306
generators : ' Ninja'
You can’t perform that action at this time.
0 commit comments