Skip to content

Commit aec39bf

Browse files
committed
Update macOS CI Image Tag (#2442)
Summary: It seems that [`xcode:12.4.0` has been retired from CircleCI](https://circleci.com/docs/en/using-macos#supported-xcode-versions), so this PR updates the image version and fixes stopping the pipeline at the spin-up stage. This PR changes only `.circleci/config.yml` , and doesn't affect the software behavior. Pull Request resolved: facebookresearch/faiss#2442 Reviewed By: beauby Differential Revision: D39259341 Pulled By: mdouze fbshipit-source-id: 8c7b0f8eb6f6f951329b4e2a2964672d0ee75ceb
1 parent 001b057 commit aec39bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
9999
build_osx:
100100
macos:
101-
xcode: 12.4.0
101+
xcode: 12.5.1
102102
environment:
103103
OMP_NUM_THREADS: 10
104104
steps:

0 commit comments

Comments
 (0)