Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions .github/workflows/build-and-test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
fail-fast: false
matrix:
os: ["macos-14", "macos-15", "macos-15-intel", "macos-26"]
otp: ["24", "25", "26", "27", "28"]
otp: ["26", "27", "28"]
mbedtls: ["mbedtls@3"]
cmake_opts_other: [""]

Expand Down Expand Up @@ -67,22 +67,8 @@ jobs:
submodules: 'recursive'

- name: "Install deps"
if: matrix.otp != '24' && matrix.otp != '25'
run: brew update && HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install gperf doxygen erlang@${{ matrix.otp }} gleam ${{ matrix.mbedtls }} rebar3

- name: "Install deps"
if: matrix.otp == '24' || matrix.otp == '25'
run: |
brew update
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install gperf doxygen erlang@${{ matrix.otp }} gleam ${{ matrix.mbedtls }}
wget https://github.com/erlang/rebar3/releases/download/3.23.0/rebar3
chmod +x rebar3
for bin_dir in {/usr/local,/opt/homebrew}/opt/erlang@{24,25}/bin/ ; do
if [ -e ${bin_dir} ]; then
sudo cp rebar3 ${bin_dir}
fi
done

- name: "Workaround for nxdomain random issues"
run: |
# https://github.com/actions/runner-images/issues/8649#issuecomment-2231240347
Expand Down
Loading
Loading