From dd479da248f063d7de71a7413ccabd6b6eddbd96 Mon Sep 17 00:00:00 2001 From: Alexandr Smirnov Date: Tue, 6 Aug 2024 11:14:13 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5ea7be3c..4a077449 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: jobs: test_basic: name: basic PHP ${{ matrix.php }} - I ${{ matrix.imagemagick }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 strategy: fail-fast: false matrix: @@ -18,7 +18,7 @@ jobs: php: [ 5.4 ] imagemagick: [ 7.1.0-13, - 6.9.2-0, + 6.9.2-0 ] steps: @@ -36,6 +36,7 @@ jobs: sudo apt-get install -y fonts-urw-base35 || true sudo apt-get install -y libfreetype6-dev || true sudo apt-get install -y texlive-fonts-recommended || true + sudo apt-get install -y libmagickwand-6.q16-6 || true - name: Cache ImageMagick uses: actions/cache@v3