Skip to content

Commit

Permalink
Fix the Xcode version in the CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
azarovalex committed Jan 11, 2024
1 parent a190341 commit 6d96014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
command: swift test
build_for_library_evolution:
macos:
xcode: latest
xcode: 15.1.0
steps:
- checkout
- run:
Expand Down

0 comments on commit 6d96014

Please sign in to comment.