Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
xgarrido committed Sep 21, 2024
1 parent 1bbce27 commit cf65dab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-lates
CC: gcc-14
CXX: gcc-14
FC: gfortran-14


steps:
steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
Expand All @@ -32,9 +35,6 @@ jobs:
- name: Set gfortran link on macos-latest
if: matrix.os == 'macos-latest'
run: |
export CC=gcc-14
export CXX=gcc-14
export FC=gfortran-14
ln -s $FC $(dirname $(which $FC))/gfortran
gfortran --version
Expand Down

0 comments on commit cf65dab

Please sign in to comment.