Skip to content

Commit

Permalink
update the path of gfortran installed by Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
zoziha committed Aug 9, 2024
1 parent 2cb8935 commit aad4eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
gcc_v: [12] # Version of GFortran we want to use.
os: [ubuntu-latest, macos-11]
gcc_v: [11] # Version of GFortran we want to use.
include:
- os: ubuntu-latest
os-arch: linux-x86_64
Expand Down

0 comments on commit aad4eb9

Please sign in to comment.