aboutsummaryrefslogtreecommitdiff
path: root/bors.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-10-12 20:49:09 +0100
committerGitHub <[email protected]>2020-10-12 20:49:09 +0100
commit3d13939260f565fe6fb176b15e23201aafc2d11e (patch)
tree9dd2febf96ab469f00acea3418e1055acc15d999 /bors.toml
parentc518fe7f6ca1c9a15d7d822654303155c90ce695 (diff)
parente99cb578c99ca574dff6073d673eef9bb96ef4e3 (diff)
Merge #6208
6208: macOS: install GNU tar r=jonas-schievink a=jonas-schievink CI runs on macOS have started to fail due to https://github.com/actions/cache/issues/403. Use GNU tar instead of BSD tar to work around that. Co-authored-by: Jonas Schievink <[email protected]> Co-authored-by: Jonas Schievink <[email protected]>
Diffstat (limited to 'bors.toml')
-rw-r--r--bors.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bors.toml b/bors.toml
index 4c980a24d..1f4eb510a 100644
--- a/bors.toml
+++ b/bors.toml
@@ -1,7 +1,7 @@
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] 7]