Skip to content

Commit 90c1f0a

Browse files
committed
Run only with GCC 9 and 12
1 parent 808876c commit 90c1f0a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/gfortran.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
gcc_v: [9, 10, 11, 12, 13]
34+
gcc_v: [9, 12]
3535
env:
3636
FC: gfortran
3737
GCC_V: ${{ matrix.gcc_v}}
@@ -42,12 +42,6 @@ jobs:
4242
with:
4343
fetch-depth: 2
4444

45-
- name: Install GCC-7
46-
if: matrix.gcc_v == 7
47-
run: |
48-
sudo apt install gcc-7 gfortran-7 g++-7
49-
echo "ABIN_FFLAGS=${ABIN_FFLAGS/-fprofile-abs-path/}" >> $GITHUB_ENV
50-
5145
- name: Set GFortran version
5246
run: |
5347
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \

0 commit comments

Comments
 (0)