Skip to content

Commit f442d4d

Browse files
committed
Bump expected macOS version tag
1 parent e919753 commit f442d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ static PLATFORM_TAG_BY_TRIPLE: Lazy<HashMap<&'static str, &'static str>> = Lazy:
461461
("mips64el-unknown-linux-gnuabi64", "todo"),
462462
("ppc64le-unknown-linux-gnu", "linux-powerpc64le"),
463463
("s390x-unknown-linux-gnu", "linux-s390x"),
464-
("x86_64-apple-darwin", "macosx-10.9-x86_64"),
464+
("x86_64-apple-darwin", "macosx-10.13-x86_64"),
465465
("x86_64-apple-ios", "iOS-x86_64"),
466466
("x86_64-pc-windows-msvc", "win-amd64"),
467467
("x86_64-unknown-linux-gnu", "linux-x86_64"),

0 commit comments

Comments
 (0)