You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installed python3.8 -> python 3.10 (brew install python@3.8), and then make sure /opt/homebrew/opt/python@3.8/bin/python3 exists, i had to symlink for 3.8 and 3.9
Installed go 1.16, go.1.17 (brew install go@1.16), and then symlink the binaries to ~/go/bin/go1.16 etc.
The text was updated successfully, but these errors were encountered:
Worth keeping an eye on actions/runner-images#2187 which is downstream of github/roadmap#528 also as if they add support upstream, that'll be easier than self-hosted alternatives
We currently do tests of m1 builds by running self-hosted runners on m1 machines (e.g. my laptop).
I had to do this recently, and here were the steps I did to get it working:
m1
tag thoughbrew install python@3.8
), and then make sure/opt/homebrew/opt/python@3.8/bin/python3
exists, i had tosymlink
for 3.8 and 3.9brew install go@1.16
), and then symlink the binaries to~/go/bin/go1.16
etc.The text was updated successfully, but these errors were encountered: