diff options
Diffstat (limited to 'etc/evergreen_yml_components/variants/ninja.yml')
| -rw-r--r-- | etc/evergreen_yml_components/variants/ninja.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/evergreen_yml_components/variants/ninja.yml b/etc/evergreen_yml_components/variants/ninja.yml index b19d9729c9c..4dbe6fb576f 100644 --- a/etc/evergreen_yml_components/variants/ninja.yml +++ b/etc/evergreen_yml_components/variants/ninja.yml @@ -17,7 +17,7 @@ buildvariants: display_name: "Ninja Build: macOS Enterprise" cron: "0 4 * * 0" # Run once a week to ensure no failures introduced to ninja builds run_on: - - macos-1100 + - macos-11 expansions: compile_env: DEVELOPER_DIR=/Applications/Xcode13.app compile_flags: --ssl -j$(sysctl -n hw.logicalcpu) --libc++ --variables-files=etc/scons/xcode_macosx.vars @@ -50,8 +50,8 @@ buildvariants: distros: - ubuntu1804-xlarge -- name: enterprise-rhel-80-64-bit-dynamic-required-ninja - display_name: "Ninja Build: Enterprise RHEL 8.0" +- name: enterprise-rhel-8-64-bit-dynamic-required-ninja + display_name: "Ninja Build: Enterprise RHEL 8" cron: "0 4 * * 0" # Run once a week to ensure no failures introduced to ninja builds run_on: - rhel80-small @@ -66,8 +66,8 @@ buildvariants: distros: - rhel80-xlarge -- name: enterprise-rhel80-ninja - display_name: "Ninja Build: RHEL 8.0" +- name: enterprise-rhel8-ninja + display_name: "Ninja Build: RHEL 8" cron: "0 4 * * 0" # Run once a week to ensure no failures introduced to ninja builds run_on: - rhel80-small |
