Skip to content

Commit

Permalink
Update ycmd
Browse files Browse the repository at this point in the history
Fix mergify for macos 12
  • Loading branch information
puremourning committed Mar 9, 2023
1 parent 230f28d commit aaebb55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ queue_rules:
# These define the conditions to get out of the merge queue
conditions:
- status-success=ubuntu-20.04 - Python 3.8 x64
- status-success=macos-10.15 - Python 3.8 x64
- status-success=macos-12 - Python 3.8 x64
- status-success=windows-2019 - Python 3.9 x64
- status-success=windows-2019 - Python 3.9 x86
- status-success=Vim tests - new
Expand All @@ -16,7 +16,7 @@ pull_request_rules:
- base=master
- "#approved-reviews-by>=2"
- status-success=ubuntu-20.04 - Python 3.8 x64
- status-success=macos-10.15 - Python 3.8 x64
- status-success=macos-12 - Python 3.8 x64
- status-success=windows-2019 - Python 3.9 x64
- status-success=windows-2019 - Python 3.9 x86
- status-success=Vim tests - new
Expand All @@ -33,7 +33,7 @@ pull_request_rules:
conditions:
- base=master
- status-success=ubuntu-20.04 - Python 3.8 x64
- status-success=macos-10.15 - Python 3.8 x64
- status-success=macos-12 - Python 3.8 x64
- status-success=windows-2019 - Python 3.9 x64
- status-success=windows-2019 - Python 3.9 x86
- status-success=Vim tests - new
Expand All @@ -51,7 +51,7 @@ pull_request_rules:
- base=master
- author=puremourning
- status-success=ubuntu-20.04 - Python 3.8 x64
- status-success=macos-10.15 - Python 3.8 x64
- status-success=macos-12 - Python 3.8 x64
- status-success=windows-2019 - Python 3.9 x64
- status-success=windows-2019 - Python 3.9 x86
- status-success=Vim tests - new
Expand Down
2 changes: 1 addition & 1 deletion third_party/ycmd

0 comments on commit aaebb55

Please sign in to comment.