Skip to content

Commit dc5a9f7

Browse files
authored
ci: disable library evolution job (#644)
1 parent 29bb04b commit dc5a9f7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,15 @@ jobs:
136136
# - name: Run tests
137137
# run: swift test --skip IntegrationTests
138138

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
148148

149149
examples:
150150
name: Examples

0 commit comments

Comments
 (0)