Skip to content

Commit

Permalink
Exclude macOS due to the problem with fpm on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Seyed Ali Ghasemi <info@gha3mi.com>
  • Loading branch information
gha3mi committed Apr 28, 2024
1 parent b0481dc commit 0127b3a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- os: macos-latest
toolchain: {compiler: nvidia-hpc}
- os: macos-latest
toolchain: {compiler: intel}

steps:
- name: Checkout code
Expand All @@ -45,10 +44,6 @@ jobs:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}

- name: Install gcc@10 on macos required by fpm
if: contains(matrix.os, 'macos')
run: brew install gcc@10

- name: Run Tests (Debug)
run: |
fpm test --profile debug --compiler ${{ env.FC}}
Expand Down

0 comments on commit 0127b3a

Please sign in to comment.