Skip to content

Commit f292117

Browse files
authored
chore(ci): use lowest supported macos version (macos13) for packaging the application COMPASS-9942 (#7444)
chore(ci): use lowest supported macos version (macos13) for packaging the application
1 parent d544de3 commit f292117

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

0 commit comments

Comments
 (0)