From 5ddc0af33e8d071d2883a12ceb10336fdd25f843 Mon Sep 17 00:00:00 2001 From: Yossi Gottlieb Date: Tue, 25 Apr 2023 14:09:37 +0300 Subject: [PATCH] Update old Debian CI. (#12104) We were using `oldstable` Debian as a CI with an older toolchain, but that image is now offline so move to debian:buster ``` E: Failed to fetch http://security.debian.org/debian-security/dists/oldoldstable/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.2.132 80] ``` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2edf2f4b..ecbaf50bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: build-debian-old: runs-on: ubuntu-latest - container: debian:oldoldstable + container: debian:buster steps: - uses: actions/checkout@v3 - name: make