Skip to content

Commit 0d06e6a

Browse files
committed
CI: Switch MacOS build to clang
1 parent 2b2344e commit 0d06e6a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci_meson.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,9 @@ jobs:
4646
- uses: actions/setup-python@v4
4747
with:
4848
python-version: '3.x'
49-
- run: brew install gcc sdl2
49+
- run: brew install sdl2
5050
- run: pip install meson ninja
5151
- run: meson setup -Dgame_cheats=true -Ddebug_ui=true builddir/
52-
env:
53-
CC: gcc
5452
- run: ninja -C builddir
5553
- run: meson test -C builddir/ -v
5654
- uses: actions/upload-artifact@v3

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ compatible as possible. Also, SDL2 and support for OpenGL ES 2.0+ (especially
8484
when coupled with [ANGLE](https://github.com/google/angle)) is widely
8585
available.
8686

87-
The CI checks run on Linux (gcc), MacOS (gcc) and Windows (MSVC). However, no
87+
The CI checks run on Linux (gcc), MacOS (clang) and Windows (MSVC). However, no
8888
instructions have been contributed for manual builds on these platforms.
8989

9090
Invocation

0 commit comments

Comments
 (0)