Skip to content

Commit b248462

Browse files
committed
ci: update Xcode to 16.4
1 parent 2c954c5 commit b248462

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -46,7 +46,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)