Skip to content

Commit 9a0f963

Browse files
committed
Do I need to specify Xcode?
1 parent 13243ed commit 9a0f963

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.circleci/config.yml

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

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

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

@@ -103,9 +102,9 @@ workflows:
103102
version: 2
104103
test:
105104
jobs:
106-
- test
105+
- Test-Linux-SDK
107106
- build-docs
108-
- test-macos
107+
- Test-macos
109108
- docs-deploy:
110109
requires:
111110
- test

0 commit comments

Comments
 (0)