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 @@ -123,7 +123,7 @@ jobs:
123
123
run : rm -r Tests/IntegrationTests/*
124
124
- name : " Build Swift Package"
125
125
run : swift build
126
-
126
+
127
127
# android:
128
128
# name: Android
129
129
# runs-on: ubuntu-latest
@@ -139,18 +139,18 @@ jobs:
139
139
# # tests are not yet passing on Android
140
140
# run-tests: false
141
141
142
- library-evolution :
143
- name : Library (evolution)
144
- runs-on : macos-15
145
- strategy :
146
- matrix :
147
- xcode : ["16.3"]
148
- steps :
149
- - uses : actions/checkout@v4
150
- - name : Select Xcode ${{ matrix.xcode }}
151
- run : sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
152
- - name : Build for library evolution
153
- run : make build-for-library-evolution
142
+ # library-evolution:
143
+ # name: Library (evolution)
144
+ # runs-on: macos-15
145
+ # strategy:
146
+ # matrix:
147
+ # xcode: ["16.3"]
148
+ # steps:
149
+ # - uses: actions/checkout@v4
150
+ # - name: Select Xcode ${{ matrix.xcode }}
151
+ # run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
152
+ # - name: Build for library evolution
153
+ # run: make build-for-library-evolution
154
154
155
155
examples :
156
156
name : Examples
You can’t perform that action at this time.
0 commit comments