From 2c340695802b87339721556e2d31c7e985f5724b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 16 Feb 2024 12:36:17 +0100 Subject: Make macOS use GNU Make 4 in Actions --- .github/workflows/unix-ci.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/unix-ci.yaml b/.github/workflows/unix-ci.yaml index fc44826..acb2014 100644 --- a/.github/workflows/unix-ci.yaml +++ b/.github/workflows/unix-ci.yaml @@ -61,11 +61,14 @@ jobs: ~/erlang/ key: ${{ runner.os }}-${{ runner.arch }}-Erlang-${{ inputs.erlang }} - - name: Install required software + - name: Run tests (macOS) if: runner.os == 'macOS' - run: brew install coreutils + run: > + brew install coreutils make && + gmake -k ci-${{ inputs.erlang }} - - name: Run tests + - name: Run tests (Unix) + if: runner.os != 'macOS' run: make -k ci-${{ inputs.erlang }} - name: Upload logs -- cgit v1.2.3