diff options
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 713aac19..7b7e6d6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: - "v*" jobs: linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: @@ -63,8 +63,8 @@ jobs: python -m pip --version python -m pip debug - python -m pip install pycairo==1.11.1 - python -m pip install PyGObject==3.30.5 + python -m pip install pycairo + python -m pip install PyGObject # colormath - last official release: 3.0.0 # we need already submitted fixes - so let's grab them from the github repository |
