Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Nov 22, 2023
1 parent 46259d8 commit b3384ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
brew autoremove
brew untap homebrew/cask homebrew/core
brew update
brew upgrade
brew doctor
# brew upgrade
# brew doctor
if: ${{ matrix.os == 'macos-latest' }}
- name: Install Erlang
run: brew install erlang@26.1
run: brew install erlang@25
if: ${{ matrix.os == 'macos-latest' }}

# caches
Expand Down

0 comments on commit b3384ed

Please sign in to comment.