Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
ci: build on ubuntu 20.04 to lower glibc version
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 4, 2023
1 parent 7b1e4cf commit a7dc59e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ permissions:

jobs:
build:
runs-on: ubuntu-latest
# lowest possible glibc version
# TODO: use docker to build?
runs-on: ubuntu-20.04

strategy:
# fail-fast: false
Expand Down

0 comments on commit a7dc59e

Please sign in to comment.