Skip to content

Commit

Permalink
Remove macos-11 ci
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
fspindle committed Nov 8, 2023
1 parent 9d4d18f commit cfc26dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/macos-ustk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cfc26dd

Please sign in to comment.