From 0127b3a2fa4956a9a9f044eae037561bd1e26e62 Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Sun, 28 Apr 2024 21:36:32 +0200 Subject: [PATCH] Exclude macOS due to the problem with fpm on macOS Signed-off-by: Seyed Ali Ghasemi --- .github/workflows/fpm.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/fpm.yml b/.github/workflows/fpm.yml index c5c769eec..a58178dcb 100644 --- a/.github/workflows/fpm.yml +++ b/.github/workflows/fpm.yml @@ -25,7 +25,6 @@ jobs: - os: macos-latest toolchain: {compiler: nvidia-hpc} - os: macos-latest - toolchain: {compiler: intel} steps: - name: Checkout code @@ -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}}