Skip to content

Commit

Permalink
Use ubuntu-18.04 for Pythong workflow
Browse files Browse the repository at this point in the history
```
Hi. I'm trying to get the python iota_client (0.2.0-a8) running on an AWS (Linux 2) (LightSail) server.
It runs fine on my Mac (Catalina) but I'm getting an ImportError failure on first run on AWS: saying the required glibc version 2.29 is not found (AWS has glibc 2.26).
```
We had the same problem with the nodejs binding and building it with ubuntu-18.04 fixed it
  • Loading branch information
Thoralf-M authored Jun 7, 2021
1 parent 0a011ec commit 8bb646f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_binding_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

linux-wheels:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
Expand Down

0 comments on commit 8bb646f

Please sign in to comment.