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

@ -180,7 +180,7 @@ jobs:
if [[ '${{ matrix.image }}' = *'ubuntu'* ]]; then
sudo apt-get -o Dpkg::Use-Pty=0 install ninja-build libpsl-dev libssl-dev
else
brew install ninja libpsl openssl
brew install libpsl openssl
fi
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4