summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYossi Gottlieb <yossigo@gmail.com>2023-04-25 14:09:37 +0300
committerGitHub <noreply@github.com>2023-04-25 14:09:37 +0300
commit5ddc0af33e8d071d2883a12ceb10336fdd25f843 (patch)
treefb4d1ed0e32c4f6a62682b3fb227852a2c8980ca
parent9b588f3820edd35d4cd44b69e96476095858fc06 (diff)
downloadredis-5ddc0af33e8d071d2883a12ceb10336fdd25f843.tar.gz
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] ```
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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