Skip to content

Commit

Permalink
Trying to fix benchmark and test-suite
Browse files Browse the repository at this point in the history
  • Loading branch information
cpinte committed Jul 21, 2024
1 parent c0a19ad commit 5fc7f3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5fc7f3a

Please sign in to comment.