From b3182cd11600ca9bcf7017ab11f7d527e23721be Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Sun, 17 Mar 2024 12:30:22 +0100 Subject: [PATCH] Upgrade CI --- .github/workflows/tests.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c0b3f2..ab0c4d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,8 +16,8 @@ jobs: - os: ubuntu-latest python-version: 'pypy-3.8' steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install Ghostscript (Ubuntu) @@ -25,10 +25,7 @@ jobs: run: sudo apt-get update -y && sudo apt-get install ghostscript -y - name: Install Pango and Ghostscript (MacOS) if: matrix.os == 'macos-latest' - run: | - rm /usr/local/bin/2to3 - brew update - brew install pango ghostscript + run: brew install pango ghostscript - name: Install Pango and Ghostscript (Windows) if: matrix.os == 'windows-latest' run: |