ci: Switch native macOS CI job to Xcode 15.0

Github-Pull: #29195
Rebased-From: d742be3d3f
This commit is contained in:
Hennadii Stepanov 2024-01-07 11:38:23 +00:00 committed by glozow
parent 72eab1ca64
commit 40e7693fa1

View file

@ -89,7 +89,9 @@ jobs:
uses: actions/checkout@v4
- name: Clang version
run: clang --version
run: |
sudo xcode-select --switch /Applications/Xcode_15.0.app
clang --version
- name: Install Homebrew packages
env: