Skip to content

Commit 321e3b0

Browse files
committed
use xcode 16 for objc build
1 parent 29faac6 commit 321e3b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/storage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: actions/checkout@master
3333
- name: Build ObjC snippets
3434
run: |
35+
sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
3536
cd storage
3637
xcodebuild -project StorageReference.xcodeproj clean build -scheme StorageReference -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
3738
env:

0 commit comments

Comments
 (0)