From 2eba60a5a36199baf4e442d508d448655edde557 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sat, 8 Jan 2022 07:09:43 +0100 Subject: linux: font issue (wxpython) (#1510) --- .github/workflows/build.yml | 6 +++--- 1 file 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 -- cgit v1.2.3