diff options
author | Daniel Moody <daniel.moody@mongodb.com> | 2022-09-27 16:17:28 -0500 |
---|---|---|
committer | Daniel Moody <daniel.moody@mongodb.com> | 2022-09-27 16:17:28 -0500 |
commit | fd468e14af4f86ae4aab688613b8d77469652a45 (patch) | |
tree | f9bcd00a43d658e21954af1a7d4fd2f161f9186a | |
parent | 806fe9e9bc352d6780511b6aa41a028527735b5f (diff) | |
download | mongo-fd468e14af4f86ae4aab688613b8d77469652a45.tar.gz |
testing macos 1014
-rw-r--r-- | etc/evergreen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml index 782667be1ad..ef38a242ff9 100644 --- a/etc/evergreen.yml +++ b/etc/evergreen.yml @@ -1202,7 +1202,7 @@ buildvariants: display_name: "* macOS DEBUG" cron: "0 */4 * * *" # From the ${project_required_suggested_cron} parameter run_on: - - macos-1100 + - macos-1014 expansions: &macos-debug-expansions test_flags: --excludeWithAnyTags=incompatible_with_macos resmoke_jobs_max: 6 |