Skip to content

Commit

Permalink
don't need to select macOS sdk any more
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Jul 28, 2022
1 parent 0a6f911 commit db6c983
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ jobs:
with:
name: mpy-cross-macos-11-x64
path: mpy-cross/mpy-cross
- name: Select SDK for M1 build
run: sudo xcode-select -switch /Applications/Xcode_12.3.app
- name: Build mpy-cross (arm64)
run: make -C mpy-cross -j2 -f Makefile.m1 V=2
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit db6c983

Please sign in to comment.