Skip to content

Commit a96d682

Browse files
committed
use xcode 16 for storage
1 parent ae33feb commit a96d682

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
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/checkout@master
1717
- name: Build Swift snippets
1818
run: |
19+
sudo xcode-select -switch /Applications/Xcode_16.1.app/Contents/Developer
1920
cd storage
2021
xcodebuild -project StorageReference.xcodeproj clean build -scheme StorageReferenceSwift -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
2122
env:

0 commit comments

Comments
 (0)