Skip to content

Commit

Permalink
Merge pull request #86 from remyroy/older-glibc
Browse files Browse the repository at this point in the history
Use an older version of Ubuntu for building to support users on older glibc versions
  • Loading branch information
valefar-on-discord authored Jul 27, 2024
2 parents 290f6a6 + 0da145c commit 918d563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-12, macos-latest, windows-latest]
os: [ubuntu-20.04, macos-12, macos-latest, windows-latest]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 918d563

Please sign in to comment.