From e15ded0cef4fd799de37b5f1e5cab69ec6f49261 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 23 Nov 2022 20:13:26 +0100 Subject: [PATCH] Debian 9 has reached EOL 2 years ago --- .github/workflows/dotnet-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 10c4ffcc..75afe664 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -330,8 +330,8 @@ jobs: - build-test-binaries strategy: matrix: - # CentOS 7 and Debian 9 use an older GCC version; make sure we can run on those platforms. - arch: [ 'centos:7', 'debian:9' ] + # CentOS 7 and Debian 10 use an older GCC version; make sure we can run on those platforms. + arch: [ 'centos:7', 'debian:10' ] container: image: ${{ matrix.arch }} env: