Skip to content

Commit

Permalink
Support older distributions #55
Browse files Browse the repository at this point in the history
  • Loading branch information
harai committed Oct 11, 2024
1 parent c0d640a commit 6bb626b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ defaults:

jobs:
build:
runs-on: ubuntu-24.04
# Use old distribution to support older Glibc.
#
# Glibc versions:
#
# ubuntu-20.04: GLIBC 2.31
# ubuntu-22.04: GLIBC 2.35
# ubuntu-24.04: GLIBC 2.39
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@main
- uses: actions/setup-go@main
Expand Down

0 comments on commit 6bb626b

Please sign in to comment.