Skip to content

Commit

Permalink
feat: build single binary app with GLIBC 2.31, older versions won't b…
Browse files Browse the repository at this point in the history
…e supported anymore
  • Loading branch information
fyhertz committed Jul 18, 2024
1 parent 0733650 commit acdf35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test_and_build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
files: wheel2deb_linux_amd64

publish_pypi:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: [test_and_build]
if: startsWith(github.ref, 'refs/tags')
steps:
Expand Down

0 comments on commit acdf35c

Please sign in to comment.