Skip to content

Commit

Permalink
chore: upate EVG macos runs to use 10.14 boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Feb 25, 2020
1 parent 494dffb commit 3dd726c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -843,9 +843,9 @@ buildvariants:
expansions:
NODE_LTS_NAME: argon
tasks: *ref_0
- name: macos-1012-dubnium
display_name: macOS 10.12 Node Dubnium
run_on: macos-1012
- name: macos-1014-dubnium
display_name: macOS 10.14 Node Dubnium
run_on: macos-1014
expansions:
NODE_LTS_NAME: dubnium
tasks: &ref_2
Expand Down Expand Up @@ -898,21 +898,21 @@ buildvariants:
- test-2.6-replica_set-unified
- test-2.6-sharded_cluster-unified
- test-atlas-connectivity
- name: macos-1012-carbon
display_name: macOS 10.12 Node Carbon
run_on: macos-1012
- name: macos-1014-carbon
display_name: macOS 10.14 Node Carbon
run_on: macos-1014
expansions:
NODE_LTS_NAME: carbon
tasks: *ref_2
- name: macos-1012-boron
display_name: macOS 10.12 Node Boron
run_on: macos-1012
- name: macos-1014-boron
display_name: macOS 10.14 Node Boron
run_on: macos-1014
expansions:
NODE_LTS_NAME: boron
tasks: *ref_2
- name: macos-1012-argon
display_name: macOS 10.12 Node Argon
run_on: macos-1012
- name: macos-1014-argon
display_name: macOS 10.14 Node Argon
run_on: macos-1014
expansions:
NODE_LTS_NAME: argon
tasks: *ref_2
Expand Down
6 changes: 3 additions & 3 deletions .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const OPERATING_SYSTEMS = [
},
// macos
{
name: 'macos-1012',
display_name: 'macOS 10.12',
run_on: 'macos-1012',
name: 'macos-1014',
display_name: 'macOS 10.14',
run_on: 'macos-1014',
auth: false
},
// rhel
Expand Down

0 comments on commit 3dd726c

Please sign in to comment.