commit f572a1a81a34136eb15b92f726137bb7c112c9b1 from: Sergey Bronnikov date: Mon Apr 19 15:27:57 2021 UTC ci: remove macOS 10.15 brew install --cask osxfuse ==> Tapping homebrew/cask Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'... Error: Invalid cask: /usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask/Casks/emacs.rb Cask ''/Applications/Emacs.app/Contents/Resources/man/man1/ebrowse.1.gz' is not a valid man page name' definition is invalid. Error: Cannot tap homebrew/cask: invalid syntax in tap! 1. https://cirrus-ci.com/task/6024547758505984 commit - eab9c97a63b6f297f304a536b16b071100dad36e commit + f572a1a81a34136eb15b92f726137bb7c112c9b1 blob - cf99bf554849b5269a22bb8205f63ffb41c481c1 blob + 7892d4a5d8d40eb2492f0d1bec17d12b3493a40e --- .cirrus.yml +++ .cirrus.yml @@ -40,16 +40,6 @@ ubuntu_1804_clang: &ubuntu_1804_clang - apt-get install -y cmake clang-${CLANG_VERSION} libc-dev build-essential fuse libfuse-dev mandoc python-pytest fio - update-alternatives --install /usr/bin/clang clang /usr/bin/clang-${CLANG_VERSION} 10 -macos_1015: &macos_1015 - osx_instance: - image: catalina-base - env: - CC: clang - install_script: - - brew install --cask osxfuse - - brew install cmake python3 fio - - sudo python3 -m pip install pytest - macos_1101: &macos_1101 osx_instance: image: big-sur-base @@ -79,8 +69,6 @@ task: <<: *ubuntu_1804_clang - name: "Build and test on FreeBSD 12.2" <<: *freebsd_12_2 - - name: "Build and test on macOS 10.15 (Catalina)" - <<: *macos_1015 - name: "Build and test on macOS 11.0.1 (Big Sur)" <<: *macos_1101