From 67168ef0c5e63224af69080167b67ca36961c916 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Wed, 15 May 2024 14:01:43 -0400 Subject: [PATCH] Give up on fortran on macOS --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f6150e..b94a75f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,10 +54,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y gfortran ninja-build - - if: contains(matrix.os, 'macos') - uses: fortran-lang/setup-fortran@v1 - with: - compiler: gcc - name: "Install dependencies and code" run: | set -euo pipefail