Skip to content

Commit 6fa94c7

Browse files
ci: update version of gfortran used
1 parent 9e3d45a commit 6fa94c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727

2828
- name: Install GFortran, OpenCoarrays,and fpm
2929
run: |
30-
sudo apt install -y gfortran-10 graphviz
31-
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 100 \
32-
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-10 \
33-
--slave /usr/bingcov gcov /usr/bin/gcov-10
30+
sudo apt install -y gfortran-11 graphviz
31+
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 \
32+
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-11 \
33+
--slave /usr/bingcov gcov /usr/bin/gcov-11
3434
if [ ! -d OpenCoarrays-2.9.2 ] ; then wget -P . https://github.com/sourceryinstitute/OpenCoarrays/releases/download/2.9.2/OpenCoarrays-2.9.2.tar.gz && tar -xf OpenCoarrays-2.9.2.tar.gz && cd OpenCoarrays-2.9.2 && TERM=xterm ./install.sh -y; fi
3535
wget https://github.com/fortran-lang/fpm/releases/download/v0.1.3/fpm-0.1.3-linux-x86_64 && sudo cp fpm-0.1.3-linux-x86_64 /usr/local/bin/fpm && sudo chmod a+x /usr/local/bin/fpm
3636

0 commit comments

Comments
 (0)