setup-osxcross icon indicating copy to clipboard operation
setup-osxcross copied to clipboard

Add ARM support

Open Timmmm opened this issue 2 years ago • 2 comments

Also minor formatting cleanups and simplifications, and I fixed a typo bi->bin typo.

Fixes #8

Timmmm avatar Sep 21 '23 21:09 Timmmm

Hi what else needs to happen so this can be merged?

markusstephanides avatar Dec 26 '23 20:12 markusstephanides

It just needs review. I've been using it fine for a while.

In the mean time you can use my fork like this:

    - name: Set up MacOS Cross Compiler
      uses: Timmmm/setup-osxcross@v3
      with:
        osx-version: "12.3"

I also updated the actions/cache version so it doesn't trigger a CI warning (and they're due to remove the old version in November).

Timmmm avatar May 01 '24 20:05 Timmmm