File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 99
99
run : rm -r Tests/IntegrationTests/*
100
100
- name : " Build Swift Package"
101
101
run : swift build
102
-
102
+
103
103
# android:
104
104
# name: Android
105
105
# runs-on: ubuntu-latest
@@ -115,18 +115,18 @@ jobs:
115
115
# # tests are not yet passing on Android
116
116
# run-tests: false
117
117
118
- library-evolution :
119
- name : Library (evolution)
120
- runs-on : macos-15
121
- strategy :
122
- matrix :
123
- xcode : ["16.3"]
124
- steps :
125
- - uses : actions/checkout@v4
126
- - name : Select Xcode ${{ matrix.xcode }}
127
- run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
128
- - name : Build for library evolution
129
- run : make build-for-library-evolution
118
+ # library-evolution:
119
+ # name: Library (evolution)
120
+ # runs-on: macos-15
121
+ # strategy:
122
+ # matrix:
123
+ # xcode: ["16.3"]
124
+ # steps:
125
+ # - uses: actions/checkout@v4
126
+ # - name: Select Xcode ${{ matrix.xcode }}
127
+ # run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
128
+ # - name: Build for library evolution
129
+ # run: make build-for-library-evolution
130
130
131
131
examples :
132
132
name : Examples
You can’t perform that action at this time.
0 commit comments