Skip to content

Commit

Permalink
Bumped xcode to 11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Apr 12, 2020
1 parent 13492d1 commit 037c71b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
macos:
xcode: '11.3.1'
xcode: '11.4.0'
steps:
- checkout

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

- run: brew update
- run: brew remove python@2
- run: brew install [email protected]
- run: echo "memory_limit = 512M" > $(brew --prefix)/etc/php/7.4/conf.d/memory.ini
- run: curl -sS https://getcomposer.org/installer | php
Expand Down

0 comments on commit 037c71b

Please sign in to comment.