Skip to content

Commit

Permalink
Merge pull request #68 from nodiscc/doc-fix-actions-link
Browse files Browse the repository at this point in the history
* doc: fix link to actions in README.rst
* 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
  • Loading branch information
nodiscc authored Feb 9, 2024
2 parents 9f5b82e + 4dff54a commit c0fd84c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python-shaarli-client
=====================

.. image:: https://github.com/shaarli/python-shaarli-client/actions/workflows/ci.yml/badge.svg
:target: https://github.com/nodiscc/python-shaarli-client/actions
:target: https://github.com/shaarli/python-shaarli-client/actions
:alt: Github Actions build status

.. image:: https://readthedocs.org/projects/python-shaarli-client/badge/?version=latest
Expand Down

0 comments on commit c0fd84c

Please sign in to comment.