chore: bump brew to 4.1.7

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2023-09-03 15:52:05 -04:00
parent 2cba9d5b7f
commit 75e894f5ff
No known key found for this signature in database
GPG Key ID: 6577287BDCA70840
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
brew_version: ["3.6.21", "4.0.16", "latest"]
brew_version: ["3.6.21", "4.1.7", "latest"]
runs-on: ubuntu-latest
container:
image: homebrew/brew:${{ matrix.brew_version }}