mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 19:37:27 -03:00
ci: Switch native macOS CI job to Xcode 15.0
This commit is contained in:
parent
8decc5c726
commit
d742be3d3f
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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Clang version
|
- name: Clang version
|
||||||
run: clang --version
|
run: |
|
||||||
|
sudo xcode-select --switch /Applications/Xcode_15.0.app
|
||||||
|
clang --version
|
||||||
|
|
||||||
- name: Install Homebrew packages
|
- name: Install Homebrew packages
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue