mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
ci: Switch native macOS CI job to Xcode 15.0
Github-Pull: #29195
Rebased-From: d742be3d3f
This commit is contained in:
parent
72eab1ca64
commit
40e7693fa1
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue