Unverified Commit 5ddc0af3 authored by Yossi Gottlieb's avatar Yossi Gottlieb Committed by GitHub
Browse files

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]
```
parent 9b588f38
...@@ -35,7 +35,7 @@ jobs: ...@@ -35,7 +35,7 @@ jobs:
build-debian-old: build-debian-old:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: debian:oldoldstable container: debian:buster
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: make - name: make
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment