mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
Temporary disable MacOS builder
GH Actions is not feeling great today :-(
This commit is contained in:
parent
882e1a95ea
commit
982b299252
2 changed files with 2 additions and 3 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest] #, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
status = [
|
status = [
|
||||||
"Rust (ubuntu-latest)",
|
"Rust (ubuntu-latest)",
|
||||||
"Rust (windows-latest)",
|
"Rust (windows-latest)",
|
||||||
"Rust (macos-latest)",
|
# "Rust (macos-latest)",
|
||||||
"TypeScript (ubuntu-latest)",
|
"TypeScript (ubuntu-latest)",
|
||||||
"TypeScript (windows-latest)",
|
"TypeScript (windows-latest)",
|
||||||
"TypeScript (macos-latest)",
|
|
||||||
]
|
]
|
||||||
delete_merged_branches = true
|
delete_merged_branches = true
|
||||||
|
|
Loading…
Reference in a new issue