GHA: always use Ninja on macos runners

It's installed by default on the macos runners now.

Closes #17115
This commit is contained in:
Viktor Szakats 2025-04-21 04:00:36 +02:00
parent 4c20eb7108
commit a366552243
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 11 additions and 6 deletions

View file

@ -677,7 +677,7 @@ jobs:
run: |
PATH="$HOME/opt/mingw32ce/bin:$PATH"
if [ '${{ matrix.build }}' = 'cmake' ]; then
cmake -B bld \
cmake -B bld -G Ninja \
-DCMAKE_SYSTEM_NAME=WindowsCE \
-DCMAKE_SYSTEM_VERSION=8.0 \
-DCMAKE_SYSTEM_PROCESSOR=arm \