2nthony / macmineable

unMineable for macOS. Mining cryptocurrency on macOS with ease.
GNU General Public License v3.0
64 stars 9 forks source link

[help wanted] can not run on macOS 10.15 #18

Closed 2nthony closed 2 years ago

2nthony commented 3 years ago

I just noticed it can only run on macOS 11.0 or later. I never knew before since someone told me today. 😑


Here is my environment: macOS 11, go 1.17

I build release with this command:

go build -o path

But the output can only run on macOS 11.

image

FYI: I am new to go.