File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525
2626 documentation :
2727 name : Documentation
28- runs-on : ubuntu-18 .04
28+ runs-on : ubuntu-20 .04
2929 env :
3030 DOXYGEN_VER : 1.8.18
3131 steps :
6868 fail-fast : false
6969 matrix :
7070 blas_backend : [Atlas, MKL, OpenBLAS]
71- os : [ubuntu-18.04, ubuntu- 20.04, macos-latest]
71+ os : [ubuntu-20.04, macos-latest]
7272 compiler : [gcc, clang, icx]
7373 exclude :
7474 - os : macos-latest
@@ -128,7 +128,7 @@ jobs:
128128 echo "CMAKE_PROGRAM=cmake" >> $GITHUB_ENV
129129
130130 - name : Install Common Dependencies for Ubuntu
131- if : matrix.os == 'ubuntu-18.04' || matrix.os == 'ubuntu- 20.04' || matrix.os == 'ubuntu-22.04'
131+ if : matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-22.04'
132132 run : |
133133 sudo add-apt-repository ppa:mhier/libboost-latest
134134 sudo apt-get -qq update
You can’t perform that action at this time.
0 commit comments