Skip to content

Commit

Permalink
fix(ci): remove version pinning for brew
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Dec 11, 2023
1 parent 1c21e3c commit 9b2e42e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:

env:
DENO_VERSION: 1.38.2
FISH_V_BREW: "3.6"
ZSH_V_BREW: "5.9"
XZ_V_BREW: "5.4"
UNZIP_V: "6.0"

jobs:
changes:
Expand Down Expand Up @@ -52,7 +48,7 @@ jobs:
with:
deno-version: ${{ env.DENO_VERSION }}
- if: "${{ matrix.os == 'macos-latest' }}"
run: brew install fish@$FISH_V_BREW zsh@$ZSH_V_BREW
run: brew install fish zsh
- if: "${{ matrix.e2eType == 'docker' }}"
uses: docker/setup-buildx-action@v3
- if: "${{ matrix.e2eType == 'docker' }}"
Expand Down

0 comments on commit 9b2e42e

Please sign in to comment.