From 4e92cef1e7dad1f7bd384baf0f5243d1cd8289f1 Mon Sep 17 00:00:00 2001 From: Charlie Vanaret Date: Sun, 17 Nov 2024 20:37:52 +0100 Subject: [PATCH] Update build-macos.yml --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 9f231f41..aba9d06e 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -28,7 +28,7 @@ jobs: matrix: os: [macos-latest] architecture: [x64, arm64] - toolchain: {compiler: gcc, version: 12} + compiler: [gcc] steps: - uses: fortran-lang/setup-fortran@v1