Skip to content

Commit 037c71b

Browse files
Bumped xcode to 11.4
1 parent 13492d1 commit 037c71b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2
33
jobs:
44
build:
55
macos:
6-
xcode: '11.3.1'
6+
xcode: '11.4.0'
77
steps:
88
- checkout
99

@@ -12,7 +12,6 @@ jobs:
1212
- cache-{{ checksum "composer.json" }}
1313

1414
- run: brew update
15-
- run: brew remove python@2
1615
- run: brew install php@7.4
1716
- run: echo "memory_limit = 512M" > $(brew --prefix)/etc/php/7.4/conf.d/memory.ini
1817
- run: curl -sS https://getcomposer.org/installer | php

0 commit comments

Comments
 (0)