Skip to content

Commit

Permalink
ci: remove builds for Ubuntu 18.04 using github actions
Browse files Browse the repository at this point in the history
it seems that runners for Ubuntu 18.04 can't be found anymore.
removing it from the actions.
  • Loading branch information
andrepuschmann authored and yagoda committed May 2, 2023
1 parent adc0e2d commit c094b0a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-22.04, ubuntu-20.04]
compiler: [gcc, clang]
steps:
- uses: actions/checkout@v3
Expand All @@ -23,13 +23,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-20.04]
compiler: [gcc, clang]
include:
- os: ubuntu-20.04
distro: ubuntu20.04
- os: ubuntu-18.04
distro: ubuntu18.04
steps:
- uses: actions/checkout@v3
- name: Build srsRAN on aarch64 ${{ matrix.os }}
Expand Down

0 comments on commit c094b0a

Please sign in to comment.