diff --git a/.github/workflows/test-fortran-macos.yml b/.github/workflows/test-fortran-macos.yml index d4e9ceec75..074e8ac4d5 100644 --- a/.github/workflows/test-fortran-macos.yml +++ b/.github/workflows/test-fortran-macos.yml @@ -8,23 +8,10 @@ jobs: strategy: matrix: os: [macos-latest] - # toolchain: - # - {compiler: gcc, version: 13} - # # - {compiler: intel, version: '2023.2'} - # # - {compiler: nvidia-hpc, version: '23.11'} - # include: - # - os: ubuntu-latest - # toolchain: {compiler: gcc, version: 12} steps: - uses: actions/checkout@v4 - # - uses: fortran-lang/setup-fortran@v1 - # id: setup-fortran - # with: - # compiler: ${{ matrix.toolchain.compiler }} - # version: ${{ matrix.toolchain.version }} - - name: Install GFortran run: brew install gfortran