Skip to content

Commit b0d6a56

Browse files
ci: upgrade macos hosts (#4415)
Co-authored-by: Bailey Pearson <bailey.pearson@mongodb.com>
1 parent ba42206 commit b0d6a56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.evergreen/ci_matrix_constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LB_VERSIONS.reverse();
1717

1818
const DEFAULT_OS = 'rhel80-large';
1919
const WINDOWS_OS = 'windows-vsCurrent-large';
20-
const MACOS_OS = 'macos-1100';
20+
const MACOS_OS = 'macos-14-arm64';
2121
const UBUNTU_OS = 'ubuntu1804-large';
2222
const UBUNTU_20_OS = 'ubuntu2004-small';
2323
const UBUNTU_22_OS = 'ubuntu2204-large';

.evergreen/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4698,9 +4698,9 @@ buildvariants:
46984698
- test-5.0-csfle-mongocryptd
46994699
- test-4.4-csfle-mongocryptd
47004700
- test-4.2-csfle-mongocryptd
4701-
- name: macos-1100
4702-
display_name: MacOS 11 Node22
4703-
run_on: macos-1100
4701+
- name: macos-14-arm64
4702+
display_name: MacOS 14 ARM Node22
4703+
run_on: macos-14-arm64
47044704
expansions:
47054705
NODE_LTS_VERSION: 22
47064706
CLIENT_ENCRYPTION: true

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ for (const nodeVersion of [LOWEST_LTS, LATEST_LTS]) {
492492

493493
BUILD_VARIANTS.push({
494494
name: MACOS_OS,
495-
display_name: `MacOS 11 Node${LATEST_LTS}`,
495+
display_name: `MacOS 14 ARM Node${LATEST_LTS}`,
496496
run_on: MACOS_OS,
497497
expansions: {
498498
NODE_LTS_VERSION: LATEST_LTS,

0 commit comments

Comments
 (0)