From 5fc7f3a8a824e8bff1b10f33c4e7641fff8e2545 Mon Sep 17 00:00:00 2001 From: Christophe Pinte Date: Sun, 21 Jul 2024 09:21:52 +0200 Subject: [PATCH] Trying to fix benchmark and test-suite --- .github/workflows/test-suite.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 8120ff34e..958fa8b02 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -98,7 +98,7 @@ jobs: - name: restore binary artifact uses: actions/download-artifact@v4 with: - name: mcfost-binary-macos-${{ matrix.compiler }} + name: mcfost-binary-macos-intel-${{ matrix.compiler }} path: src/ - name: benchmark @@ -131,6 +131,11 @@ jobs: - uses: actions/checkout@v4 - name: restore binary artifact + uses: actions/download-artifact@v4 + with: + name: mcfost-binary-${{ matrix.os }}-${{ matrix.os == 'macos-arm' && 'gfortran' || 'ifort' }} + path: src/ + uses: actions/download-artifact@v4 with: name: mcfost-binary-${{ matrix.os }}-ifort # use ifort for binary release