Remove debian 9 from CI

This commit is contained in:
Julian Ospald 2023-05-24 22:27:03 +08:00
parent ec29b4bcc3
commit 508f52dfb1
No known key found for this signature in database
GPG Key ID: CCC85C0E40C06A8C
1 changed files with 0 additions and 3 deletions

View File

@ -36,9 +36,6 @@ jobs:
- image: alpine:latest
installCmd: apk update && apk add
toolRequirements: binutils-gold curl gcc g++ gmp-dev libc-dev libffi-dev make musl-dev ncurses-dev perl tar xz
- image: debian:9
installCmd: apt-get update && apt-get install -y
toolRequirements: build-essential curl libffi-dev libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
- image: debian:10
installCmd: apt-get update && apt-get install -y
toolRequirements: build-essential curl libffi-dev libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5 libnuma-dev