aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2020-10-12 18:53:03 +0100
committerJonas Schievink <[email protected]>2020-10-12 18:53:03 +0100
commit8f61ee6b9b090dc6c1303e9508f329491a76ee16 (patch)
tree56d7afabf9e40799fb6d39d0580f2d76e33489cc
parentf8be6c636cf66f638befef9c3425b3685ced45a2 (diff)
Reenable bors gate for macOS
-rw-r--r--bors.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bors.toml b/bors.toml
index 4c980a24d..13ce236df 100644
--- a/bors.toml
+++ b/bors.toml
@@ -1,8 +1,9 @@
1status = [ 1status = [
2 "Rust (ubuntu-latest)", 2 "Rust (ubuntu-latest)",
3 "Rust (windows-latest)", 3 "Rust (windows-latest)",
4 # "Rust (macos-latest)", 4 "Rust (macos-latest)",
5 "TypeScript (ubuntu-latest)", 5 "TypeScript (ubuntu-latest)",
6 "TypeScript (windows-latest)", 6 "TypeScript (windows-latest)",
7 "TypeScript (macos-latest)",
7] 8]
8delete_merged_branches = true 9delete_merged_branches = true