Remove macOS temporarily from CI
This commit is contained in:
parent
8cf82e65cc
commit
1ef1b3c01f
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue