summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Samek <brian.samek@mongodb.com>2016-03-22 16:54:54 -0400
committerBrian Samek <brian.samek@mongodb.com>2016-03-31 11:52:51 -0400
commitc16c21d21316d6b32ff8a798ccff03d17b19119d (patch)
treec90389276cd45f30b0e078addcbc71e701cd56c3
parentbd56c2f032ac1a36a4d6f0194320e4798b0891e1 (diff)
downloadmongo-c16c21d21316d6b32ff8a798ccff03d17b19119d.tar.gz
SERVER-23373 Upgrade OS X builders to 10.10
In addition to updating the OS X builders to 10.10, this changes the display name of the OS X builders to refer to the minimum version that we are compiling for rather than the version of the OS that we are compiling on.
-rw-r--r--etc/evergreen.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 6490c2f0efb..fcc1fe398d9 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -3187,11 +3187,11 @@ buildvariants:
# OSX buildvariants #
###########################################
-- name: osx-108
- display_name: OS X 10.8
+- name: osx-107
+ display_name: OS X 10.7
modules: ~
run_on:
- - osx-108
+ - osx-1010
expansions:
push_path: osx
push_bucket: downloads.mongodb.org
@@ -3250,11 +3250,11 @@ buildvariants:
distros:
- rhel55-test
-- name: osx-108-ssl
- display_name: SSL OS X 10.8
+- name: osx-107-ssl
+ display_name: SSL OS X 10.7
modules: ~
run_on:
- - osx-108
+ - osx-1010
expansions:
push_path: osx
push_bucket: downloads.mongodb.org
@@ -3317,11 +3317,11 @@ buildvariants:
distros:
- rhel55-test
-- name: osx-108-debug
- display_name: OS X 10.8 DEBUG
+- name: osx-107-debug
+ display_name: OS X 10.7 DEBUG
modules: ~
run_on:
- - osx-108
+ - osx-1010
expansions:
push_path: osx
push_bucket: downloads.mongodb.org