Skip to content

Commit 15e6070

Browse files
Merge remote-tracking branch 'origin/main' into beta-releases
2 parents 3eca417 + c713358 commit 15e6070

File tree

57 files changed

+3703
-1519
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+3703
-1519
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ const PACKAGE_BUILD_VARIANTS = [
4545
{
4646
name: 'package-macos-x64',
4747
display_name: 'Package MacOS Intel',
48-
run_on: 'macos-14',
48+
run_on: 'macos-13',
4949
target_platform: 'macos',
5050
},
5151
{
5252
name: 'package-macos-arm',
5353
display_name: 'Package MacOS Arm64',
54-
run_on: 'macos-14-arm64',
54+
run_on: 'macos-13-arm64',
5555
target_platform: 'macos-arm',
5656
}
5757
];

.evergreen/buildvariants-and-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ buildvariants:
6262
expansions:
6363
target_platform: macos
6464
display_name: Package MacOS Intel
65-
run_on: macos-14
65+
run_on: macos-13
6666
tasks:
6767
- name: package-compass
6868
- name: package-compass-isolated
@@ -71,7 +71,7 @@ buildvariants:
7171
expansions:
7272
target_platform: macos-arm
7373
display_name: Package MacOS Arm64
74-
run_on: macos-14-arm64
74+
run_on: macos-13-arm64
7575
tasks:
7676
- name: package-compass
7777
- name: package-compass-isolated

THIRD-PARTY-NOTICES.md

Lines changed: 1870 additions & 534 deletions
Large diffs are not rendered by default.

docs/tracking-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Sun, Oct 12, 2025
9+
Generated on Wed, Oct 15, 2025
1010

1111
## Table of Contents
1212

0 commit comments

Comments
 (0)