diff --git a/.github/workflows/brew-regression-build.yml b/.github/workflows/brew-regression-build.yml index f339c332..94c5bf99 100644 --- a/.github/workflows/brew-regression-build.yml +++ b/.github/workflows/brew-regression-build.yml @@ -31,15 +31,9 @@ jobs: fail-fast: false matrix: os: - - macos-11 - macos-12 - macos-13 steps: - - name: overwrite python@3.11 links for macos-13 builds - if: matrix.os == 'macos-13' - run: | - brew install python@3.11 - brew link --overwrite python@3.11 - run: brew update - run: brew install -s ${{inputs.formula}} && brew test ${{inputs.formula}} - run: brew linkage --cached ${{inputs.formula}} diff --git a/.github/workflows/brew-regression.yml b/.github/workflows/brew-regression.yml index 7b3b0557..efd102f9 100644 --- a/.github/workflows/brew-regression.yml +++ b/.github/workflows/brew-regression.yml @@ -31,15 +31,9 @@ jobs: fail-fast: false matrix: os: - - macos-11 - macos-12 - macos-13 steps: - - name: overwrite python@3.11 links for macos-13 builds - if: matrix.os == 'macos-13' - run: | - brew install python@3.11 - brew link --overwrite python@3.11 - run: brew update - run: brew install ${{inputs.formula}} && brew test ${{inputs.formula}} - run: brew linkage --cached ${{inputs.formula}} diff --git a/.github/workflows/display-github-context.yml b/.github/workflows/display-github-context.yml index 1155d6e8..09563458 100644 --- a/.github/workflows/display-github-context.yml +++ b/.github/workflows/display-github-context.yml @@ -16,7 +16,6 @@ jobs: os: - ubuntu-20.04 - ubuntu-22.04 - - macos-11 - macos-12 - macos-13 # custom runner