Skip to content

Commit

Permalink
ci: fix the MacOS ARCH value on x64
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 16, 2022
1 parent a917a8c commit 9a86a1e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-11
- windows-2022
node_version:
- 18
Expand Down Expand Up @@ -46,6 +45,14 @@ jobs:
zmq_draft: false
zmq_version: 4.3.4

- os: macos-11
node_version: 18
node_arch: x64
ARCH: x86_64
cpp_arch: x64
zmq_draft: false
zmq_version: 4.3.4

- os: macos-11
node_version: 18
node_arch: x64
Expand Down

0 comments on commit 9a86a1e

Please sign in to comment.