From cfc26dd77cfef9bda600fad1dec32679a6ed219d Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Wed, 8 Nov 2023 11:06:19 +0100 Subject: [PATCH] Remove macos-11 ci - previous commit doesn't fix Qt 3rdparty installation - It seems also that macos-11 is end-of-life Warning: You are using macOS 11. We (and Apple) do not provide support for this old version. It is expected behaviour that some formulae will fail to build in this old version. It is expected behaviour that Homebrew will be buggy and slow. Do not create any issues about this on Homebrew's GitHub repositories. Do not create any issues even if you think this message is unrelated. Any opened issues will be immediately closed without response. Do not ask for help from Homebrew or its maintainers on social media. You may ask for help in Homebrew's discussions but are unlikely to receive a response. Try to figure out the problem yourself and submit a fix as a pull request. We will review it but may or may not accept it. --- .github/workflows/macos-ustk.yml | 9 ++------- .github/workflows/macos.yml | 9 ++------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/.github/workflows/macos-ustk.yml b/.github/workflows/macos-ustk.yml index 1bcdcf6589..120d6211e2 100644 --- a/.github/workflows/macos-ustk.yml +++ b/.github/workflows/macos-ustk.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, macos-12] + os: [macos-12] steps: # https://github.com/marketplace/actions/cancel-workflow-action @@ -33,12 +33,7 @@ jobs: - name: Print OS information run: system_profiler SPSoftwareDataType - - name: Install dependencies for macos-11 - if: matrix.os == 'macos-11' - run: brew install libpng libjpeg-turbo libdc1394 opencv pcl librealsense zbar pkg-config nlohmann-json protobuf - - - name: Install dependencies for macos-12 - if: matrix.os == 'macos-12' + - name: Install dependencies run: brew install libpng libjpeg-turbo libdc1394 opencv pcl librealsense zbar pkg-config nlohmann-json - name: Clone visp-images diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 47a236f54f..2e9ea34b43 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-11, macos-12] + os: [macos-12] steps: # https://github.com/marketplace/actions/cancel-workflow-action @@ -33,12 +33,7 @@ jobs: - name: Print OS information run: system_profiler SPSoftwareDataType - - name: Install dependencies for macos-11 - if: matrix.os == 'macos-11' - run: brew install libpng libjpeg-turbo libdc1394 opencv pcl librealsense zbar pkg-config nlohmann-json protobuf - - - name: Install dependencies for macos-12 - if: matrix.os == 'macos-12' + - name: Install dependencies run: brew install libpng libjpeg-turbo libdc1394 opencv pcl librealsense zbar pkg-config nlohmann-json - name: Install java dependencies