File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727 - name : Select Xcode
2828 run : |
29- sudo xcode-select -s /Applications/Xcode_16.3 .app
29+ sudo xcode-select -s /Applications/Xcode_16.4 .app
3030 xcodebuild -version
3131
3232 - name : Create Stow Directory
4646 - name : Build & Install
4747 run : ./build-all --bundle
4848 env :
49- MACOSX_DEPLOYMENT_TARGET : 15.4
49+ MACOSX_DEPLOYMENT_TARGET : 15.5
5050
5151 - name : Upload Artifact
5252 id : upload
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A set of scripts that help build [mpv](https://mpv.io) on macOS.
88> [ !TIP]
99> Prebuilt mpv.app from GitHub Actions is available at [ nightly.link] .
1010>
11- > Download: [ ` mpv-macos-15-arm64.zip ` ] (macOS 15.4 & Apple M1 or newer)
11+ > Download: [ ` mpv-macos-15-arm64.zip ` ] (macOS 15.5 & Apple M1 or newer)
1212
1313### Requirements
1414
You can’t perform that action at this time.
0 commit comments