File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -136,15 +136,15 @@ jobs:
136
136
# - name: Run tests
137
137
# run: swift test --skip IntegrationTests
138
138
139
- library-evolution :
140
- name : Library (evolution)
141
- runs-on : macos-14
142
- steps :
143
- - uses : actions/checkout@v4
144
- - name : Select Xcode 15.4
145
- run : sudo xcode-select -s /Applications/Xcode_15.4.app
146
- - name : Build for library evolution
147
- run : make build-for-library-evolution
139
+ # library-evolution:
140
+ # name: Library (evolution)
141
+ # runs-on: macos-14
142
+ # steps:
143
+ # - uses: actions/checkout@v4
144
+ # - name: Select Xcode 15.4
145
+ # run: sudo xcode-select -s /Applications/Xcode_15.4.app
146
+ # - name: Build for library evolution
147
+ # run: make build-for-library-evolution
148
148
149
149
examples :
150
150
name : Examples
You can’t perform that action at this time.
0 commit comments