Skip to content

Commit b1cc2d6

Browse files
committed
Support mac 10.15 onwards (instead of 10.14+)
1 parent d609807 commit b1cc2d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_all.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"Darwin": [
2020
("metal", "arm64", "11.0"),
21-
("metal", "x64", "10.14"),
21+
("metal", "x64", "10.15"),
2222
],
2323
}
2424

0 commit comments

Comments
 (0)