File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 76
76
77
77
macos-native-arm64 :
78
78
name : ${{ matrix.job-name }}
79
- # Use latest image, but hardcode version to avoid silent upgrades (and breaks).
79
+ # Use any image to support the xcode-select below , but hardcode version to avoid silent upgrades (and breaks).
80
80
# See: https://github.com/actions/runner-images#available-images.
81
81
runs-on : macos-14
82
82
@@ -111,6 +111,10 @@ jobs:
111
111
112
112
- name : Clang version
113
113
run : |
114
+ # Use the earliest Xcode supported by the version of macOS denoted in
115
+ # doc/release-notes-empty-template.md and providing at least the
116
+ # minimum clang version denoted in doc/dependencies.md.
117
+ # See: https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes
114
118
sudo xcode-select --switch /Applications/Xcode_15.0.app
115
119
clang --version
116
120
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Compatibility
43
43
==============
44
44
45
45
Bitcoin Core is supported and tested on operating systems using the
46
- Linux Kernel 3.17+, macOS 13.0 +, and Windows 10 and newer . Bitcoin
46
+ Linux Kernel 3.17+, macOS 13+, and Windows 10+ . Bitcoin
47
47
Core should also work on most other Unix-like systems but is not as
48
48
frequently tested on them. It is not recommended to use Bitcoin Core on
49
49
unsupported systems.
You can’t perform that action at this time.
0 commit comments