Skip to content

Commit 9a86a1e

Browse files
committed
ci: fix the MacOS ARCH value on x64
1 parent a917a8c commit 9a86a1e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/CI.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
matrix:
1515
os:
1616
- ubuntu-22.04
17-
- macos-11
1817
- windows-2022
1918
node_version:
2019
- 18
@@ -46,6 +45,14 @@ jobs:
4645
zmq_draft: false
4746
zmq_version: 4.3.4
4847

48+
- os: macos-11
49+
node_version: 18
50+
node_arch: x64
51+
ARCH: x86_64
52+
cpp_arch: x64
53+
zmq_draft: false
54+
zmq_version: 4.3.4
55+
4956
- os: macos-11
5057
node_version: 18
5158
node_arch: x64

0 commit comments

Comments
 (0)