File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 35
35
steps :
36
36
- name : Checkout
37
37
uses : actions/checkout@v2
38
- - name : XCode
39
- uses : maxim-lobanov/setup-xcode@v1
40
- with :
41
- xcode-version : ' 12.4'
42
- if : runner.os == 'macOS'
43
38
- name : Cache conda
44
39
uses : actions/cache@v2
45
40
with :
@@ -114,11 +109,6 @@ jobs:
114
109
steps :
115
110
- name : Checkout
116
111
uses : actions/checkout@v2
117
- - name : XCode
118
- uses : maxim-lobanov/setup-xcode@v1
119
- with :
120
- xcode-version : ' 12.4'
121
- if : runner.os == 'macOS'
122
112
- name : Cache conda
123
113
uses : actions/cache@v2
124
114
with :
@@ -196,11 +186,6 @@ jobs:
196
186
steps :
197
187
- name : Checkout
198
188
uses : actions/checkout@v2
199
- - name : XCode
200
- uses : maxim-lobanov/setup-xcode@v1
201
- with :
202
- xcode-version : ' 12.4'
203
- if : runner.os == 'macOS'
204
189
- name : Cache conda
205
190
uses : actions/cache@v2
206
191
with :
You can’t perform that action at this time.
0 commit comments