Skip to content

Commit ebf7543

Browse files
committed
Drop 18.04 from GitHub workflows
1 parent 5971cdc commit ebf7543

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unix_cpu_build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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:
@@ -68,7 +68,7 @@ jobs:
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

0 commit comments

Comments
 (0)