Skip to content

Commit

Permalink
github_workflows: use ubuntu-20.04
Browse files Browse the repository at this point in the history
This lowers the GLIBC version of the archived binary.
  • Loading branch information
Rodrigodd committed May 25, 2023
1 parent 4839a40 commit e52544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
linux-build-and-test:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04

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

0 comments on commit e52544c

Please sign in to comment.