Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .evergreen/ci_matrix_constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LB_VERSIONS.reverse();

const DEFAULT_OS = 'rhel80-large';
const WINDOWS_OS = 'windows-vsCurrent-large';
const MACOS_OS = 'macos-1100';
const MACOS_OS = 'macos-14-arm64';
const UBUNTU_OS = 'ubuntu1804-large';
const UBUNTU_20_OS = 'ubuntu2004-small';
const UBUNTU_22_OS = 'ubuntu2204-large';
Expand Down
6 changes: 3 additions & 3 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4698,9 +4698,9 @@ buildvariants:
- test-5.0-csfle-mongocryptd
- test-4.4-csfle-mongocryptd
- test-4.2-csfle-mongocryptd
- name: macos-1100
display_name: MacOS 11 Node22
run_on: macos-1100
- name: macos-14-arm64
display_name: MacOS 14 ARM Node22
run_on: macos-14-arm64
expansions:
NODE_LTS_VERSION: 22
CLIENT_ENCRYPTION: true
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ for (const nodeVersion of [LOWEST_LTS, LATEST_LTS]) {

BUILD_VARIANTS.push({
name: MACOS_OS,
display_name: `MacOS 11 Node${LATEST_LTS}`,
display_name: `MacOS 14 ARM Node${LATEST_LTS}`,
run_on: MACOS_OS,
expansions: {
NODE_LTS_VERSION: LATEST_LTS,
Expand Down