From 92bd94f393d71a10e6e8a96e6232e8e84d83cb78 Mon Sep 17 00:00:00 2001 From: ZUO Zhihua Date: Fri, 7 Mar 2025 21:12:13 +0800 Subject: [PATCH] ci(fpm): update workflow for macOS 13 and GFortran 13 - Update macOS version from 12 to 13 - Upgrade GFortran version from 11 to 13 - Change compiler from ifort to ifx --- .github/workflows/fpm.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/fpm.yml b/.github/workflows/fpm.yml index 42730f1..6e31100 100644 --- a/.github/workflows/fpm.yml +++ b/.github/workflows/fpm.yml @@ -8,13 +8,13 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-12] - gcc_v: [11] # Version of GFortran we want to use. + os: [ubuntu-latest, macos-13] + gcc_v: [13] # Version of GFortran we want to use. include: - os: ubuntu-latest os-arch: linux-x86_64 - - os: macos-12 + - os: macos-13 os-arch: macos-x86_64 env: @@ -98,8 +98,8 @@ jobs: fail-fast: false env: - FPM_FC: ifort - FC: ifort + FPM_FC: ifx + FC: ifx steps: - name: Checkout code @@ -129,7 +129,7 @@ jobs: - name: fpm build run: | - ifort --version + ifx --version fpm --version fpm build --profile debug --flag "-warn nointerfaces"