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}}