diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdaf36901ffb..9f2b315d32c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -563,30 +563,14 @@ jobs: # Canonical's Vagrant 2.2.19 dpkg cannot download Fedora 38 image: https://bugs.launchpad.net/vagrant/+bug/2017828 # So we have to install Vagrant >= 2.3.1 from the upstream: https://github.com/opencontainers/runc/blob/v1.1.8/.cirrus.yml#L41-L49 curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg - echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com jammy main" | sudo tee /etc/apt/sources.list.d/hashicorp.list + echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources - # we use vagrant from jammy since the sources are not yet available in noble for vagrant - # TODO: once vagrant package sources are available in ubuntu-24 this can be removed - sudo tee -a /etc/apt/sources.list.d/ubuntu.sources < /dev/null - # jammy security needs to be added so that the compatible ovmf package can be fetched - sudo tee -a /etc/apt/sources.list.d/ubuntu.sources <