From 8f61ee6b9b090dc6c1303e9508f329491a76ee16 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Mon, 12 Oct 2020 19:53:03 +0200 Subject: [PATCH] Reenable bors gate for macOS --- bors.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index 4c980a24d3..13ce236df5 100644 --- a/bors.toml +++ b/bors.toml @@ -1,8 +1,9 @@ status = [ "Rust (ubuntu-latest)", "Rust (windows-latest)", - # "Rust (macos-latest)", + "Rust (macos-latest)", "TypeScript (ubuntu-latest)", "TypeScript (windows-latest)", + "TypeScript (macos-latest)", ] delete_merged_branches = true