Skip to content

Commit 8080bcb

Browse files
committed
ci: comment out library-evolution step
1 parent 7a66e71 commit 8080bcb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
run: rm -r Tests/IntegrationTests/*
124124
- name: "Build Swift Package"
125125
run: swift build
126-
126+
127127
# android:
128128
# name: Android
129129
# runs-on: ubuntu-latest
@@ -139,18 +139,18 @@ jobs:
139139
# # tests are not yet passing on Android
140140
# run-tests: false
141141

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
154154

155155
examples:
156156
name: Examples

0 commit comments

Comments
 (0)