Skip to content

Commit

Permalink
CI: Build -gnu targets on ubuntu-20.04 (#607)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
coolreader18 authored Dec 14, 2022
1 parent 09bc8e7 commit 597e092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 597e092

Please sign in to comment.