Skip to content

Commit

Permalink
Remove ubuntu-20.04 since it lacks C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhedin committed Jul 16, 2024
1 parent 81cda50 commit bfb5c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.runner }}
strategy:
matrix:
runner: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04 ]
runner: [ ubuntu-22.04, ubuntu-24.04 ]
steps:
- name: Install build requirements
run: sudo apt-get update ; sudo apt-get install -y g++ cmake git libusb-1.0-0-dev librtlsdr-dev libasound2-dev libfftw3-dev libfftw3-single3 libpopt-dev libairspy-dev libsigc++-2.0-dev
Expand Down

0 comments on commit bfb5c31

Please sign in to comment.