Skip to content

Commit 3033a53

Browse files
committed
CI mod
1 parent d44f03b commit 3033a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: ${{ contains(matrix.os, 'ubuntu') }}
5151
run: |
5252
sudo update-alternatives \
53-
--install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc }} 140 \
53+
--install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc }} 100 \
5454
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${{ matrix.gcc }} \
5555
--slave /usr/bin/gcov gcov /usr/bin/gcov-${{ matrix.gcc }}
5656
@@ -190,7 +190,7 @@ jobs:
190190
if: ${{ contains(matrix.os, 'ubuntu') }}
191191
run: |
192192
sudo update-alternatives \
193-
--install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc }} 140 \
193+
--install /usr/bin/gcc gcc /usr/bin/gcc-${{ matrix.gcc }} 100 \
194194
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${{ matrix.gcc }} \
195195
--slave /usr/bin/gcov gcov /usr/bin/gcov-${{ matrix.gcc }}
196196

0 commit comments

Comments
 (0)