Skip to content

Commit da98ee3

Browse files
authored
Merge pull request #959 from jmikola/evg-macos
Remove macOS from Evergreen matrix (pending PHPC-869)
2 parents 265e647 + 28226bb commit da98ee3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -641,9 +641,10 @@ axes:
641641
- id: ubuntu1604-arm64
642642
display_name: "Ubuntu 16.04 ARM64"
643643
run_on: ubuntu1604-arm64-large
644-
- id: macos-1014
645-
display_name: "Mac OS 10.14"
646-
run_on: macos-1014
644+
# Pending installation of PHP toolchain on macOS hosts (see: PHPC-869)
645+
# - id: macos-1014
646+
# display_name: "Mac OS 10.14"
647+
# run_on: macos-1014
647648

648649
- id: storage-engine
649650
display_name: Storage

0 commit comments

Comments
 (0)