aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-05-01 17:19:23 +0200
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2023-05-01 17:19:23 +0200
commit808eb95805f36abfe8c48dcf2bd6990a9075a12f (patch)
treef682486da3a1c25265ff07c31ef184ef82057a27
parentfde1aa411ee9bd0223071d00895e6624615736c5 (diff)
downloadneard-808eb95805f36abfe8c48dcf2bd6990a9075a12f.tar.gz
ci: refresh distros - drop Debian Stretch, add Ubuntu and Fedora
Drop Debian Stretch: Err:6 http://deb.debian.org/debian stretch-updates Release 404 Not Found E: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file. E: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file. E: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file. Add Ubuntu Lunar and Fedora 38 and 39. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
-rw-r--r--.github/workflows/ci.yml18
1 files changed, 3 insertions, 15 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4f9c5ce..e8e708c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,14 +30,16 @@ jobs:
- debian:bookworm
- debian:bullseye
- debian:buster
- - debian:stretch
# Fails on configure on GCC and clang (process restrictions?)
# - fedora:rawhide
- fedora:latest
+ - fedora:39
+ - fedora:38
- fedora:37
- fedora:36
- fedora:35
- fedora:34
+ - ubuntu:lunar
- ubuntu:kinetic
- ubuntu:jammy
- ubuntu:focal
@@ -104,20 +106,6 @@ jobs:
mode: no-maintainer
variant: i386
- - container: "debian:stretch"
- arch: i386
- compiler: gcc -m32
- cross_compile: i686-linux-gnu
- mode: maintainer
- variant: i386
-
- - container: "debian:stretch"
- arch: i386
- compiler: gcc -m32
- cross_compile: i686-linux-gnu
- mode: no-maintainer
- variant: i386
-
# Debian cross compilation builds
- container: "debian:testing"
arch: armel