Skip to content

Commit cab5df4

Browse files
authored
Update deploy.yml
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 ```
1 parent 14b893e commit cab5df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-and-publish:
1212
name: Build and publish readit distributions to PyPI
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)