Skip to content

Commit 6122467

Browse files
committed
add universal 64bit builds for macOS
1 parent 9311926 commit 6122467

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/multibuild.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
INTERFACE64: ['', '1']
2222
MB_ML_VER: ['', 2010, 2014]
2323
include:
24+
- os: macos-latest
25+
PLAT: arm64
26+
INTERFACE64: '1'
27+
platform: [x64]
2428
- os: macos-latest
2529
PLAT: arm64
2630
INTERFACE64: ''

0 commit comments

Comments
 (0)