commit a0b3fda71e23da681346a941c7d14f6fb870e99f from: Sergey Bronnikov date: Wed Jan 18 09:47:42 2023 UTC ci: remove testing with macOS on Cirrus CI "Intel-based Big Sur and High Sierra instances will stop working on January 1st 2023." [1] 1. https://cirrus-ci.org/blog/2022/11/08/sunsetting-intel-macos-instances/ commit - 7ebbd897dbfc1dc7459a369b29d1b9014a5a43d7 commit + a0b3fda71e23da681346a941c7d14f6fb870e99f blob - 11d7c3fa5a8f0365981b1eff4a02078580e65b51 blob + 3b9ba1b21bdb8d99813e6d480dcf02cc611af993 --- .cirrus.yml +++ .cirrus.yml @@ -52,16 +52,6 @@ ubuntu_2004_clang: &ubuntu_2004_clang install_script: - apt-get install -y cmake libc-dev build-essential fuse libfuse-dev mandoc python3-pytest fio clang-12 -macos_1101: &macos_1101 - osx_instance: - image: big-sur-base - install_script: - - brew update-reset - - brew upgrade - - brew install --cask osxfuse - - brew install cmake python3 fio - - sudo python3 -m pip install pytest - freebsd_12_2: &freebsd_12_2 freebsd_instance: image: freebsd-12-2-release-amd64 @@ -85,8 +75,6 @@ task: <<: *ubuntu_2004_clang - name: "Build and test on FreeBSD 12.2" <<: *freebsd_12_2 - - name: "Build and test on macOS 11.0.1 (Big Sur)" - <<: *macos_1101 build_script: - mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug ..