CI: remove dependency on Ubuntu 21.04 "The Hirsute Hippo"

This commit is contained in:
Benoit Blanchon
2022-07-29 11:30:47 +02:00
parent 84b7037b3e
commit 043ee651a9

View File

@ -21,7 +21,7 @@ jobs:
gcc:
name: GCC
needs: lint
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
@ -51,7 +51,6 @@ jobs:
sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ xenial universe'
sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic main'
sudo add-apt-repository -yn 'deb http://archive.ubuntu.com/ubuntu/ bionic universe'
sudo add-apt-repository -yn 'deb http://mirrors.kernel.org/ubuntu hirsute main universe'
sudo apt-get update
sudo apt-get install -y gcc-${{ matrix.gcc }} g++-${{ matrix.gcc }}
- name: Checkout