Skip to content

Commit

Permalink
ci: disable library evolution job (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev authored Jan 16, 2025
1 parent 29bb04b commit dc5a9f7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,15 @@ jobs:
# - name: Run tests
# run: swift test --skip IntegrationTests

library-evolution:
name: Library (evolution)
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Select Xcode 15.4
run: sudo xcode-select -s /Applications/Xcode_15.4.app
- name: Build for library evolution
run: make build-for-library-evolution
# library-evolution:
# name: Library (evolution)
# runs-on: macos-14
# steps:
# - uses: actions/checkout@v4
# - name: Select Xcode 15.4
# run: sudo xcode-select -s /Applications/Xcode_15.4.app
# - name: Build for library evolution
# run: make build-for-library-evolution

examples:
name: Examples
Expand Down

0 comments on commit dc5a9f7

Please sign in to comment.