Skip to content

Commit c671ce0

Browse files
authored
Merge pull request #85 from threeML/no-fix-xcode-version
No longer fix xcode version in automated builds
2 parents 6394c15 + a1762ab commit c671ce0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/build_and_test.yml

-15
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ jobs:
3535
steps:
3636
- name: Checkout
3737
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'
4338
- name: Cache conda
4439
uses: actions/cache@v2
4540
with:
@@ -114,11 +109,6 @@ jobs:
114109
steps:
115110
- name: Checkout
116111
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'
122112
- name: Cache conda
123113
uses: actions/cache@v2
124114
with:
@@ -196,11 +186,6 @@ jobs:
196186
steps:
197187
- name: Checkout
198188
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'
204189
- name: Cache conda
205190
uses: actions/cache@v2
206191
with:

0 commit comments

Comments
 (0)