Skip to content

Commit c155c5f

Browse files
committed
gcc
1 parent ac12f24 commit c155c5f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/macOS.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020

2121
- name: Install Dependencies
2222
run: |
23-
export PATH=/usr/local/bin:$PATH
24-
ls /usr/local/bin/gcc* /usr/local/bin/g++*
2523
brew install --force ninja
2624
git submodule update --init -- lib/pycparser
2725
git submodule update --init --jobs 4 -- lib/micropython
@@ -71,6 +69,10 @@ jobs:
7169
format: "YYYY_MM_DD HH_mm_ss_SSS"
7270

7371
- name: Build macOS port
72+
env:
73+
CC: gcc-14
74+
CXX: g++-14
75+
7476
run: python3 make.py macOS DISPLAY=sdl_display INDEV=sdl_pointer
7577

7678
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)