Skip to content

Commit

Permalink
Removng Ubuntu 18.04 from the GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yatisht authored Nov 1, 2023
1 parent 2a7b13a commit 1aae45e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,6 @@ on:

env:
BUILD_TYPE: Release

jobs:
ubuntu-18-04:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: install pre-reqs and build
run: sudo ./install/installUbuntu.sh
- name: test
run: |
./build/usher --help
./build/matUtils --help
mpirun -np 1 ./build/matOptimize --help
./build/ripples --help
command -v mafft

ubuntu-20-04:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 1aae45e

Please sign in to comment.