Remove macOS temporarily from CI

This commit is contained in:
Ajeet D'Souza 2022-03-31 16:38:48 +05:30
parent 8cf82e65cc
commit 1ef1b3c01f
2 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# FIXME: Enable macos-latest when this is merged: https://nixpk.gs/pr-tracker.html?pr=163924
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
with:

View File

@ -242,7 +242,8 @@ eval "$(zoxide init zsh)"
```
For completions to work, the above line must be added *after* `compinit` is
called. You may have to rebuild your cache by running `rm ~/.zcompdump*; compinit`.
called. You may have to rebuild your cache by running
`rm ~/.zcompdump*; compinit`.
</details>