Skip to content

Commit

Permalink
tools: github actions: ubuntu-18.04 runners are no longer available
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Feb 9, 2024
1 parent 36bea96 commit 4dff54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: python-shaarli-client CI
on: [push, pull_request]
jobs:
tox:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
Expand Down

0 comments on commit 4dff54a

Please sign in to comment.