Skip to content

Commit 31af705

Browse files
committed
ci: use XCode 16.4 on macOS 15
1 parent 000dfaa commit 31af705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ permissions:
1414

1515
jobs:
1616
build:
17-
runs-on: macos-latest
17+
runs-on: macos-15
1818
steps:
1919
- name: Check Xcode version
2020
run: |
2121
/usr/bin/xcodebuild -version
22-
sudo /usr/bin/xcode-select -switch /Applications/Xcode_16.2.app/Contents/Developer
22+
sudo /usr/bin/xcode-select -switch /Applications/Xcode_16.4.app/Contents/Developer
2323
/usr/bin/xcodebuild -version
2424
2525
- name: Install iOS platform

0 commit comments

Comments
 (0)