Skip to content

Commit

Permalink
minor #4917 CircleCI - Bump xcode to 11.4 (GrahamCampbell)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.15 branch.

Discussion
----------

CircleCI - Bump xcode to 11.4

Commits
-------

037c71b Bumped xcode to 11.4
  • Loading branch information
julienfalque committed Apr 15, 2020
2 parents 13492d1 + 037c71b commit ddaf702
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 ddaf702

Please sign in to comment.