File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 - name : Bundle Install
4646 run : bundle install
4747 - name : Select Xcode Version
48- run : sudo xcode-select --switch /Applications/Xcode_15.2 .app/Contents/Developer
48+ run : sudo xcode-select --switch /Applications/Xcode_15.4 .app/Contents/Developer
4949 - name : Build and Test Framework
5050 run : Scripts/build.swift ${{ matrix.platforms }}
5151 - name : Prepare Coverage Reports
6767 - name : Bundle Install
6868 run : bundle install
6969 - name : Select Xcode Version
70- run : sudo xcode-select --switch /Applications/Xcode_15.2 .app/Contents/Developer
70+ run : sudo xcode-select --switch /Applications/Xcode_15.4 .app/Contents/Developer
7171 - name : Build and Test Framework
7272 run : xcrun swift test -c release -Xswiftc -enable-testing
7373 linux :
You can’t perform that action at this time.
0 commit comments