Skip to content

Commit

Permalink
Add CI for Swift 5.7.1 (#2701)
Browse files Browse the repository at this point in the history
* Add CI for Swift 5.7.1

* wip
  • Loading branch information
stephencelis authored Jan 8, 2024
1 parent ac2e7ac commit 40304a1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,21 @@ jobs:
- name: Build for library evolution
run: make build-for-library-evolution

library-compatibility:
name: Library (Swift 5.7.1)
runs-on: macos-12
strategy:
matrix:
config:
- debug
- release
steps:
- uses: actions/checkout@v4
- name: Select Xcode 14.1
run: sudo xcode-select -s /Applications/Xcode_14.1.app
- name: Build ${{ matrix.config }}
run: swift build -c ${{ matrix.config }}

benchmarks:
name: Benchmarks
runs-on: macos-13
Expand Down

0 comments on commit 40304a1

Please sign in to comment.