Skip to content

Commit 997a823

Browse files
committed
CDRIVER-2188 Bump evergreen to macos-1012 as osx-1010 is being decomissioned
1 parent 1867f87 commit 997a823

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/compile-unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ case "$OS" in
202202
CFLAGS="$CFLAGS -Wno-unknown-pragmas"
203203
export DYLD_LIBRARY_PATH=".libs:src/libbson/.libs:$LD_LIBRARY_PATH"
204204
# llvm-cov is installed from brew
205-
export PATH=/usr/local/opt/llvm/bin:$PATH
205+
export PATH=$PATH:/usr/local/opt/llvm/bin
206206
;;
207207

208208
linux)

.evergreen/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6799,11 +6799,11 @@ buildvariants:
67996799
# We don't have i386 builds of OpenSSL or Cyrus SASL installed
68006800

68016801
- name: darwin
6802-
display_name: "*Darwin, OS X (Apple LLVM)"
6802+
display_name: "*Darwin, macOS (Apple LLVM)"
68036803
expansions:
68046804
CC: "clang"
68056805
run_on:
6806-
- osx-1010
6806+
- macos-1012
68076807
tasks:
68086808
- "debug-compile-coverage"
68096809
- "release-compile"

0 commit comments

Comments
 (0)