Skip to content

Commit 5d6bba3

Browse files
committed
ci: upgrade macos hosts
1 parent 59573b3 commit 5d6bba3

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
@@ -4699,9 +4699,9 @@ buildvariants:
46994699
- test-5.0-csfle-mongocryptd
47004700
- test-4.4-csfle-mongocryptd
47014701
- test-4.2-csfle-mongocryptd
4702-
- name: macos-1100
4703-
display_name: MacOS 11 Node22
4704-
run_on: macos-1100
4702+
- name: macos-14-arm64
4703+
display_name: MacOS 14 ARM Node22
4704+
run_on: macos-14-arm64
47054705
expansions:
47064706
NODE_LTS_VERSION: 22
47074707
CLIENT_ENCRYPTION: true

.evergreen/generate_evergreen_tasks.js

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

495495
BUILD_VARIANTS.push({
496496
name: MACOS_OS,
497-
display_name: `MacOS 11 Node${LATEST_LTS}`,
497+
display_name: `MacOS 14 ARM Node${LATEST_LTS}`,
498498
run_on: MACOS_OS,
499499
expansions: {
500500
NODE_LTS_VERSION: LATEST_LTS,

0 commit comments

Comments
 (0)