CI: Build -gnu targets on ubuntu-20.04 (#607)

This commit pins it to 20.04, so the glibc version required by the release binaries can be run on docker image `rust:1.65` which uses glibc 2.31.
This commit is contained in:
Noa 2022-12-13 18:14:20 -06:00 committed by GitHub
parent 09bc8e7bb8
commit 597e092774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
debug_features: [ rustls, pkg-config ]
- target: x86_64-apple-darwin
os: macos-latest
@ -49,7 +49,7 @@ jobs:
os: ubuntu-latest
use-cross: true
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
os: ubuntu-20.04
use-cross: true
runs-on: ${{ matrix.os }}