Skip to content

Commit bfb99b0

Browse files
committed
correctly build arm64 macos Nim compiler
1 parent 0769fc7 commit bfb99b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,12 @@ jobs:
5454
builder: ['self-hosted','ubuntu-22.04']
5555
- target:
5656
os: macos
57+
cpu: amd64
5758
builder: macos-13
59+
- target:
60+
os: macos
61+
cpu: arm64
62+
builder: macos-latest
5863
- target:
5964
os: windows
6065
builder: windows-2019

0 commit comments

Comments
 (0)