Debian 9 has reached EOL 2 years ago
This commit is contained in:
parent
a0ebe66e6f
commit
e15ded0cef
4
.github/workflows/dotnet-core.yml
vendored
4
.github/workflows/dotnet-core.yml
vendored
@ -330,8 +330,8 @@ jobs:
|
|||||||
- build-test-binaries
|
- build-test-binaries
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# CentOS 7 and Debian 9 use an older GCC version; make sure we can run on those platforms.
|
# CentOS 7 and Debian 10 use an older GCC version; make sure we can run on those platforms.
|
||||||
arch: [ 'centos:7', 'debian:9' ]
|
arch: [ 'centos:7', 'debian:10' ]
|
||||||
container:
|
container:
|
||||||
image: ${{ matrix.arch }}
|
image: ${{ matrix.arch }}
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user