Skip to content

Commit f943767

Browse files
committed
CI: Specify Erlang vsn for macOS
1 parent aab51ce commit f943767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install
3939
run: |
4040
brew update
41-
brew install erlang elixir
41+
brew install erlang@27 elixir
4242
- name: Install dependencies
4343
run: mix deps.get
4444
- name: Compile and check warnings

0 commit comments

Comments
 (0)