Skip to content

Commit

Permalink
fix: roll down the glibc version used for aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Aug 7, 2024
1 parent e60e7fe commit 9fa15ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- runs_on: ubuntu-latest
target: aarch64
name: aarch64-unknown-linux-gnu
manylinux: '2_28'
manylinux: '2014/2_17'

- runs_on: macos-latest
target: x86_64
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
with:
name: wheels-${{ matrix._.name }}
path: engine/language_client_python/dist
if-no-files-found: error
if-no-files-found: error

0 comments on commit 9fa15ff

Please sign in to comment.