Skip to content

Commit

Permalink
chore: build for old ubuntus (#3453)
Browse files Browse the repository at this point in the history
python3.11 uses a new libc which is not compatible with ubuntu 20.04.
  • Loading branch information
charles-cooper committed May 23, 2023
1 parent 036f153 commit 71c8e55
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 @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-20.04, macos-latest]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 71c8e55

Please sign in to comment.