Skip to content

Commit

Permalink
ci(binary): Build binary on ubuntu 20.04 for lower glibc requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Dav1dde committed May 13, 2024
1 parent a0b1eef commit 8b8a6a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ on:
push:
branches:
- release/**
pull_request:

env:
CARGO_TERM_COLOR: always

jobs:
linux:
name: Linux
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

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

0 comments on commit 8b8a6a5

Please sign in to comment.