Skip to content

Commit

Permalink
Merge pull request #5 from gha3mi/dev
Browse files Browse the repository at this point in the history
Exclude macOS and nvidia compiler
  • Loading branch information
gha3mi authored Apr 28, 2024
2 parents b0481dc + 0d507d2 commit 96edcad
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
toolchain: {compiler: intel-classic}
- os: macos-latest
toolchain: {compiler: nvidia-hpc}

- os: macos-latest
toolchain: {compiler: intel}
- toolchain: {compiler: nvidia-hpc}

steps:
- name: Checkout code
Expand All @@ -45,10 +46,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 96edcad

Please sign in to comment.