Skip to content

Commit

Permalink
remove macos-11 support (#225)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Nov 11, 2023
1 parent 61fbb4e commit 0244a92
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/brew-regression-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
- macos-13
steps:
- name: overwrite [email protected] links for macos-13 builds
if: matrix.os == 'macos-13'
run: |
brew install [email protected]
brew link --overwrite [email protected]
- run: brew update
- run: brew install -s ${{inputs.formula}} && brew test ${{inputs.formula}}
- run: brew linkage --cached ${{inputs.formula}}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/brew-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-11
- macos-12
- macos-13
steps:
- name: overwrite [email protected] links for macos-13 builds
if: matrix.os == 'macos-13'
run: |
brew install [email protected]
brew link --overwrite [email protected]
- run: brew update
- run: brew install ${{inputs.formula}} && brew test ${{inputs.formula}}
- run: brew linkage --cached ${{inputs.formula}}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/display-github-context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- macos-12
- macos-13
# custom runner
Expand Down

0 comments on commit 0244a92

Please sign in to comment.