Skip to content

Commit

Permalink
Merge pull request #196188 from Homebrew/remove-disabled-packages-macos
Browse files Browse the repository at this point in the history
remove-disabled-packages: run on macos runner
  • Loading branch information
p-linnane authored Dec 23, 2024
2 parents 5899d2a + da18e01 commit 753ae28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/remove-disabled-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ permissions:
jobs:
remove-disabled-packages:
if: github.repository_owner == 'Homebrew'
runs-on: ubuntu-latest
container:
image: ghcr.io/homebrew/ubuntu22.04:master
runs-on: macos-latest
env:
REMOVAL_BRANCH: remove-disabled-packages
permissions:
Expand Down Expand Up @@ -58,6 +56,7 @@ jobs:
env:
HOMEBREW_GPG_PASSPHRASE: ${{ secrets.BREWTESTBOT_GPG_SIGNING_SUBKEY_PASSPHRASE }}
HOMEBREW_EVAL_ALL: 1
HOMEBREW_NO_INSTALL_FROM_API: 1

- name: Push commits
if: fromJson(steps.remove_disabled.outputs.packages-removed)
Expand Down

0 comments on commit 753ae28

Please sign in to comment.