Skip to content

Commit 96cc9c5

Browse files
committed
chore: add CI job for building library evolution
1 parent 4a3cd8b commit 96cc9c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@ jobs:
2424
- name: Run tests
2525
run: make test-library
2626

27+
library-evolution:
28+
name: Library (evolution)
29+
runs-on: macos-13
30+
steps:
31+
- uses: actions/checkout@v4
32+
- name: Select Xcode 15
33+
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
34+
- name: Build for library evolution
35+
run: make build-for-library-evolution
36+
2737
examples:
2838
runs-on: macos-13
2939
name: Build Examples

0 commit comments

Comments
 (0)