Skip to content

Commit b6df7ff

Browse files
committed
Revert "Do I need to specify Xcode?"
This reverts commit 9a0f963.
1 parent 9a0f963 commit b6df7ff

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
jobs:
4-
Test-Linux-SDK:
4+
test:
55
docker:
66
- image: circleci/python:3.10
77

@@ -31,8 +31,9 @@ jobs:
3131
command: |
3232
pytest
3333
34-
Test-macos:
34+
test-macos:
3535
macos:
36+
xcode: 14.2.0
3637
steps:
3738
- checkout
3839

@@ -102,9 +103,9 @@ workflows:
102103
version: 2
103104
test:
104105
jobs:
105-
- Test-Linux-SDK
106+
- test
106107
- build-docs
107-
- Test-macos
108+
- test-macos
108109
- docs-deploy:
109110
requires:
110111
- test

0 commit comments

Comments
 (0)