Skip to content

Commit 4dff54a

Browse files
committed
tools: github actions: ubuntu-18.04 runners are no longer available
- https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job
1 parent 36bea96 commit 4dff54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: python-shaarli-client CI
22
on: [push, pull_request]
33
jobs:
44
tox:
5-
runs-on: ubuntu-18.04
5+
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
88
python-version: ['3.6', '3.7', '3.8', '3.9']

0 commit comments

Comments
 (0)