diff options
author | Aleksey Kladov <[email protected]> | 2020-08-13 09:53:34 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-13 09:57:09 +0100 |
commit | 982b29925275403697b52dd88bd79868ea8b67d9 (patch) | |
tree | a0ff8c7b9453fe93521a9ee142d6d94dca682507 | |
parent | 882e1a95ea6844d3e3fc3a47afdd44d145630c49 (diff) |
Temporary disable MacOS builder
GH Actions is not feeling great today :-(
-rw-r--r-- | .github/workflows/ci.yaml | 2 | ||||
-rw-r--r-- | bors.toml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea194a944..2deb009ce 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml | |||
@@ -25,7 +25,7 @@ jobs: | |||
25 | strategy: | 25 | strategy: |
26 | fail-fast: false | 26 | fail-fast: false |
27 | matrix: | 27 | matrix: |
28 | os: [ubuntu-latest, windows-latest, macos-latest] | 28 | os: [ubuntu-latest, windows-latest] #, macos-latest] |
29 | 29 | ||
30 | steps: | 30 | steps: |
31 | - name: Checkout repository | 31 | - name: Checkout repository |
@@ -1,9 +1,8 @@ | |||
1 | status = [ | 1 | status = [ |
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)", | ||
8 | ] | 7 | ] |
9 | delete_merged_branches = true | 8 | delete_merged_branches = true |