Skip to content

Commit

Permalink
ci: use an available xcode version in CircleCI (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: Rituka Patwal <ritukapatwal21@gmail.com>
  • Loading branch information
1bitphoenix committed Jan 25, 2022
1 parent 94cb8bd commit b1c8deb
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 @@ -36,7 +36,7 @@ jobs:
<<: *steps-test
test-mac:
macos:
xcode: "10.2.0"
xcode: "12.5.0"
<<: *steps-test
test-windows:
executor:
Expand Down

0 comments on commit b1c8deb

Please sign in to comment.