From 315bc736afd2c236ce2a56acd3970284ede30ad8 Mon Sep 17 00:00:00 2001 From: Charlie Vanaret Date: Sun, 17 Nov 2024 21:51:46 +0100 Subject: [PATCH] [CI] explicit version number in fortran action for Windows build --- .github/workflows/build-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 3540eb3f..6a6f42cd 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -28,7 +28,6 @@ jobs: matrix: os: [windows-latest] architecture: [x64, x86] - compiler: [gcc] steps: - name: Checkout repository @@ -37,7 +36,8 @@ jobs: - name: Install Fortran compiler uses: fortran-lang/setup-fortran@v1 with: - compiler: ${{matrix.compiler}} + compiler: gcc + version: 13 - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.