Skip to content

Commit 98777f2

Browse files
committed
m1 runner
1 parent 5e901ba commit 98777f2

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

.github/workflows/build-uc2.yml

+28-4
Original file line numberDiff line numberDiff line change
@@ -258,25 +258,49 @@ jobs:
258258
matrix:
259259
config:
260260
- {
261-
os: macos-latest,
261+
os: macos-12, # x64
262262
arch: x64,
263263
python-arch: x64,
264264
python-ver: '3.8',
265265
name: 'macos-x64 cmake shared',
266266
shared: 'yes',
267-
artifact: 'macos-cmake-shared-x64.7z',
267+
artifact: 'macos-x64-cmake-shared-x64.7z',
268268
build_type: 'Debug',
269269
archiver: '7za a',
270270
generators: 'Ninja'
271271
}
272272
- {
273-
os: macos-latest,
273+
os: macos-12,
274274
arch: x64,
275275
python-arch: x64,
276276
python-ver: '3.8',
277277
name: 'macos-x64 cmake static',
278278
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',
280304
build_type: 'Debug',
281305
archiver: '7za a',
282306
generators: 'Ninja'

0 commit comments

Comments
 (0)