Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit 5c3a2e7

Browse files
committed
Use older ubuntu
1 parent afb58b2 commit 5c3a2e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
prerelease: false
2626
build_linux:
2727
name: "linux build: ${{ matrix.arch }}"
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-20.04 # use older version on purpose for GLIBC
2929
needs: create_release # we need to know the upload URL
3030
strategy:
3131
fail-fast: true

0 commit comments

Comments
 (0)