ci: remove builds for Ubuntu 18.04 using github actions

it seems that runners for Ubuntu 18.04 can't be found anymore.
removing it from the actions.
master
Andre Puschmann 2 years ago committed by Justin Tallon
parent adc0e2de52
commit c094b0a8ed

@ -7,7 +7,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04] os: [ubuntu-22.04, ubuntu-20.04]
compiler: [gcc, clang] compiler: [gcc, clang]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -23,13 +23,11 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-20.04, ubuntu-18.04] os: [ubuntu-20.04]
compiler: [gcc, clang] compiler: [gcc, clang]
include: include:
- os: ubuntu-20.04 - os: ubuntu-20.04
distro: ubuntu20.04 distro: ubuntu20.04
- os: ubuntu-18.04
distro: ubuntu18.04
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Build srsRAN on aarch64 ${{ matrix.os }} - name: Build srsRAN on aarch64 ${{ matrix.os }}

Loading…
Cancel
Save