Skip to content

Commit 4cdbdf3

Browse files
committed
ci: comment out library-evolution step
1 parent 7736ddc commit 4cdbdf3

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
@@ -99,7 +99,7 @@ jobs:
9999
run: rm -r Tests/IntegrationTests/*
100100
- name: "Build Swift Package"
101101
run: swift build
102-
102+
103103
# android:
104104
# name: Android
105105
# runs-on: ubuntu-latest
@@ -115,18 +115,18 @@ jobs:
115115
# # tests are not yet passing on Android
116116
# run-tests: false
117117

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
130130

131131
examples:
132132
name: Examples

0 commit comments

Comments
 (0)