From e9404a8ba0e6a0b48a6a719f3ecfed5eabea9432 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Mon, 3 Jun 2024 11:36:54 +0000 Subject: [PATCH] roll back changes that can't be supported yet --- .github/workflows/main.yml | 4 +++- .github/workflows/shelltests.yml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4e8646b8..71675513a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,9 @@ jobs: - name: Debug Brew run: brew doctor || true - name: Install Erlang - run: brew install erlang@${{ env.LATEST_OTP_RELEASE }} + #run: brew install erlang@${{ env.LATEST_OTP_RELEASE }} + # fall back to OTP-26 since OTP 27.0 doesn't build on homebrew due to manpages issues + run: brew install erlang@26 - name: Compile run: ./bootstrap - name: CT tests diff --git a/.github/workflows/shelltests.yml b/.github/workflows/shelltests.yml index 24f1fc1d0..418326743 100644 --- a/.github/workflows/shelltests.yml +++ b/.github/workflows/shelltests.yml @@ -15,8 +15,8 @@ jobs: - uses: actions/checkout@v2 - uses: erlef/setup-beam@v1 with: - otp-version: '27.0' - elixir-version: '1.16' + otp-version: '26.0' + elixir-version: '1.14' - name: Compile run: ./bootstrap - name: Install