From 1ef1b3c01f60083c8d6e35085211638e26444e53 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Thu, 31 Mar 2022 16:38:48 +0530 Subject: [PATCH] Remove macOS temporarily from CI --- .github/workflows/ci.yml | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8500f7c..b9221a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/README.md b/README.md index ee46bd3..b366173 100644 --- a/README.md +++ b/README.md @@ -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`.