File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v3
3333 with :
3434 fetch-depth : 0
35- - name : Select Xcode 15.4
36- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
35+ - name : Select Xcode 16
36+ run : sudo xcode-select -s /Applications/Xcode_16 .app
3737 - name : Run tests
3838 run : CONFIG="${{ matrix.config }}" make test-auth
3939
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v3
3333 with :
3434 fetch-depth : 0
35- - name : Select Xcode 15.4
36- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
35+ - name : Select Xcode 16
36+ run : sudo xcode-select -s /Applications/Xcode_16 .app
3737 - name : Run tests
3838 run : CONFIG="${{ matrix.config }}" make test-functions
3939 test-linux :
Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v3
2020 with :
2121 fetch-depth : 0
22- - name : Select Xcode 15.4
23- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
22+ - name : Select Xcode 16
23+ run : sudo xcode-select -s /Applications/Xcode_16 .app
2424 - name : Run tests
2525 run : make test-integration
2626 env :
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v3
3333 with :
3434 fetch-depth : 0
35- - name : Select Xcode 15.4
36- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
35+ - name : Select Xcode 16
36+ run : sudo xcode-select -s /Applications/Xcode_16 .app
3737 - name : Run tests
3838 run : CONFIG="${{ matrix.config }}" make test-postgrest
3939 test-linux :
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v3
3333 with :
3434 fetch-depth : 0
35- - name : Select Xcode 15.4
36- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
35+ - name : Select Xcode 16
36+ run : sudo xcode-select -s /Applications/Xcode_16 .app
3737 - name : Run tests
3838 run : CONFIG="${{ matrix.config }}" make test-realtime
3939 test-linux :
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v3
3333 with :
3434 fetch-depth : 0
35- - name : Select Xcode 15.4
36- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
35+ - name : Select Xcode 16
36+ run : sudo xcode-select -s /Applications/Xcode_16 .app
3737 - name : Run tests
3838 run : CONFIG="${{ matrix.config }}" make test-storage
3939 test-linux :
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@v3
3333 with :
3434 fetch-depth : 0
35- - name : Select Xcode 15.4
36- run : sudo xcode-select -s /Applications/Xcode_15.4 .app
35+ - name : Select Xcode 16
36+ run : sudo xcode-select -s /Applications/Xcode_16 .app
3737 - name : Run tests
3838 run : CONFIG="${{ matrix.config }}" make test-library
3939 test-linux :
You can’t perform that action at this time.
0 commit comments