Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Fixed: https://github.com/pythonpune/readit/actions/runs/11255177655/job/31294163432
```
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see actions/runner-images#6002
```
  • Loading branch information
ganeshhubale authored Oct 16, 2024
1 parent 14b893e commit cab5df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-and-publish:
name: Build and publish readit distributions to PyPI
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit cab5df4

Please sign in to comment.