Skip to content

Commit

Permalink
Fixing list of compiler versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaxmonsky committed Jan 9, 2025
1 parent 0f29932 commit 5912455
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/fortran_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [10, 11, 12]
version: [12, 13, 14]
env:
CC: gcc-${{ matrix.version }}
CXX: g++-${{ matrix.version }}
Expand All @@ -28,7 +28,6 @@ jobs:

- name: Build pFUnit
run: |
ls -larth `which gfortran`*
git clone --depth 1 --branch v4.10.0 https://github.com/Goddard-Fortran-Ecosystem/pFUnit.git
cd pFUnit
cmake -B./build -S.
Expand Down

0 comments on commit 5912455

Please sign in to comment.