Change container image for `BrewTestBot` (#86216)

This commit is contained in:
Randall 2020-07-20 19:12:08 -07:00 committed by GitHub
parent 4c5d53db5d
commit eef38eb6e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
automerge:
if: startsWith( github.repository, 'Homebrew/' )
runs-on: ubuntu-latest
runs-on: homebrew/ubuntu16.04:master
steps:
- uses: actions/checkout@master
- uses: ./.github/actions/automerge