Skip to content

Commit 74f6954

Browse files
set compilers in pipeline
1 parent 216e772 commit 74f6954

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/meson_ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: meson test -C builddir_msvc_${{ matrix.msvc_version }} -v --test-args='show --mode tree --verbose ci --result fail'
5151

5252
build_macosx:
53-
name: Building on macOS with Xcode ${{ matrix.xcode_version }}
53+
name: Building on MacOSX
5454
runs-on: macos-latest
5555
steps:
5656
- name: Checkout code
@@ -77,6 +77,11 @@ jobs:
7777
run: |
7878
python -m pip install meson ninja
7979
80+
- name: Set Objective-C and Objective-C++ compilers
81+
run: |
82+
echo "OBJC=clang" >> $GITHUB_ENV
83+
echo "OBJCXX=clang++" >> $GITHUB_ENV
84+
8085
- name: Configure
8186
run: meson setup builddir --fatal-meson-warnings -Dwerror=true -Dwith_test=enabled -Dwarning_level=3
8287

0 commit comments

Comments
 (0)