We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac12f24 commit c155c5fCopy full SHA for c155c5f
.github/workflows/macOS.yml
@@ -20,8 +20,6 @@ jobs:
20
21
- name: Install Dependencies
22
run: |
23
- export PATH=/usr/local/bin:$PATH
24
- ls /usr/local/bin/gcc* /usr/local/bin/g++*
25
brew install --force ninja
26
git submodule update --init -- lib/pycparser
27
git submodule update --init --jobs 4 -- lib/micropython
@@ -71,6 +69,10 @@ jobs:
71
69
format: "YYYY_MM_DD HH_mm_ss_SSS"
72
70
73
- name: Build macOS port
+ env:
+ CC: gcc-14
74
+ CXX: g++-14
75
+
76
run: python3 make.py macOS DISPLAY=sdl_display INDEV=sdl_pointer
77
78
- uses: actions/upload-artifact@v4
0 commit comments