Skip to content

Commit b91aec2

Browse files
committed
CI: use macOS Mojave
PullRequest: truffleruby/539
2 parents bb637c9 + 1ab5f42 commit b91aec2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ci.jsonnet

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ local part_definitions = {
4040
PATH: std.join(":", self.path + ["$PATH"]),
4141
},
4242

43+
packages+: {
44+
"pip:ninja_syntax": "==1.7.2", # Required by NFI and mx
45+
},
46+
4347
setup+: [
4448
# We don't want to proxy any internet access
4549
["unset", "ANT_OPTS", "FTP_PROXY", "ftp_proxy", "GRADLE_OPTS",
@@ -367,7 +371,7 @@ local part_definitions = {
367371
],
368372
"$.run.specs":: { test_spec_options: ["-GdarwinCI"] },
369373
"$.cap":: {
370-
normal_machine: ["darwin_sierra", "amd64"],
374+
normal_machine: ["darwin_mojave", "amd64"],
371375
},
372376
environment+: {
373377
LANG: "en_US.UTF-8",

0 commit comments

Comments
 (0)