Skip to content

Commit 566469f

Browse files
committed
ci: update Xcode to 16.3
1 parent 3a41b10 commit 566469f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,39 @@ on:
77
- master
88
paths:
99
- '.github/workflows/build.yml'
10-
- '.env'
1110
- 'build-*'
1211
- 'fetch'
1312

14-
env:
15-
MACOSX_DEPLOYMENT_TARGET: 15.2
16-
1713
jobs:
1814
build:
19-
runs-on: macos-latest
15+
runs-on: macos-15
2016
steps:
2117
- name: Checkout
2218
uses: actions/checkout@v4
2319

2420
- name: Select Xcode
25-
run: sudo xcode-select -s /Applications/Xcode_16.2.app
21+
run: |
22+
sudo xcode-select -s /Applications/Xcode_16.3.app
23+
xcodebuild -version
2624
2725
- name: Create Stow Directory
2826
run: |
2927
sudo mkdir -p /opt/local
3028
sudo chown "$USER":admin /opt/local
31-
mkdir /opt/local/stow
29+
mkdir -p /opt/local/stow
3230
3331
- name: Install Dependencies
3432
run: |
35-
brew update
33+
brew update -q
3634
xargs brew install -q --formula < homebrew/build-deps.txt
3735
3836
- name: Fetch Sources
3937
run: ./fetch all
4038

4139
- name: Build & Install
4240
run: ./build-all --bundle
41+
env:
42+
MACOSX_DEPLOYMENT_TARGET: 15.4
4343

4444
- name: Upload Artifact
4545
uses: actions/upload-artifact@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A set of scripts that help build [mpv](https://mpv.io) on macOS.
55
> [!TIP]
66
> Prebuilt mpv.app from GitHub Actions is available at [nightly.link].
77
>
8-
> [`mpv-macos-15-arm64.zip`] (macOS 15.2 & Apple M1 or newer)
8+
> Download: [`mpv-macos-15-arm64.zip`] (macOS 15.4 & Apple M1 or newer)
99
1010
### Requirements
1111

0 commit comments

Comments
 (0)