Skip to content

Commit

Permalink
remove ubuntu 18 from CI test OS matrix (#187)
Browse files Browse the repository at this point in the history
* remove ubuntu 18 from CI build and run OS matrix

* Remove ubuntu18 specific instruction from CI
  • Loading branch information
harsha-simhadri authored Jan 6, 2023
1 parent 0e95756 commit 57141d1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-18.04, ubuntu-latest, windows-2019, windows-latest]
os: [ubuntu-latest, windows-2019, windows-latest]

# Use bash for Windows as well.
defaults:
Expand All @@ -22,13 +22,7 @@ jobs:
- name: Install dependencies
if: runner.os != 'Windows'
run: |
if [ "${{ matrix.os }}" != "ubuntu-18.04" ]; then
sudo apt install cmake g++ libaio-dev libgoogle-perftools-dev libunwind-dev clang-format libboost-dev libboost-program-options-dev libmkl-full-dev
else
sudo apt install cmake g++ libaio-dev libgoogle-perftools-dev clang-format libboost-dev libboost-program-options-dev
wget https://registrationcenter-download.intel.com/akdlm/irc_nas/18487/l_BaseKit_p_2022.1.2.146.sh
sudo sh l_BaseKit_p_2022.1.2.146.sh -a --components intel.oneapi.lin.mkl.devel --action install --eula accept -s
fi
sudo apt install cmake g++ libaio-dev libgoogle-perftools-dev libunwind-dev clang-format libboost-dev libboost-program-options-dev libmkl-full-dev
- name: Ubuntu CMake Configure
if: runner.os != 'Windows'
run: |
Expand Down

0 comments on commit 57141d1

Please sign in to comment.