Skip to content

Commit

Permalink
Merge pull request iotaledger#588 from iotaledger/Python-workflow
Browse files Browse the repository at this point in the history
Use ubuntu-18.04 for Pythong workflow
  • Loading branch information
bingyanglin authored Jun 7, 2021
2 parents 0a011ec + 8bb646f commit 779a4b4
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 779a4b4

Please sign in to comment.