Skip to content

Commit f844827

Browse files
committed
try getting OSX back on 28 for CI
1 parent d2f8a2c commit f844827

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ jobs:
5252
- name: Debug Brew
5353
run: brew doctor || true
5454
- name: Install Erlang
55-
# fallback to OTP-27 since OTP-28 does not currently build on Brew
56-
# run: brew install erlang@${{ env.LATEST_OTP_RELEASE }}
57-
run: brew install erlang@27
55+
run: brew install erlang@${{ env.LATEST_OTP_RELEASE }}
5856
- name: Compile
5957
run: ./bootstrap
6058
- name: CT tests

0 commit comments

Comments
 (0)