Skip to content

Commit 6512797

Browse files
committed
working on macOS build
1 parent 2261778 commit 6512797

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/macOS.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
build:
88
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}
9-
runs-on: macos-latest-large
9+
runs-on: macos-latest
1010

1111
steps:
1212
- uses: actions/checkout@v4
@@ -19,8 +19,13 @@ jobs:
1919
with:
2020
python-version: '3.10'
2121

22+
-name: get version
23+
run: |
24+
uname -a
25+
make --version
26+
2227
- name: Install Dependencies
23-
run: brew install --force gcc libffi cmake ninja make
28+
run: brew install --force libffi ninja
2429

2530
- name: Build macOS port
2631
run: python3 make.py macOS submodules clean mpy_cross DISPLAY=sdl_display INDEV=sdl_pointer

0 commit comments

Comments
 (0)