From 65edaf1460385cca8b76a40508ecdc01ef46505a Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Tue, 3 Feb 2026 18:13:33 +0000 Subject: [PATCH] And here too --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 53405b90f..870b5339f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: strategy: matrix: python-version: ["3.10"] - os: [windows-latest, macos-13, ubuntu-22.04] + os: [windows-latest, macos-latest, ubuntu-22.04] steps: - name: Cancel previous uses: styfle/cancel-workflow-action@0.11.0 @@ -102,7 +102,7 @@ jobs: with: version: head env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install diffenator3 run: | wget "https://github.com/googlefonts/diffenator3/releases/download/v$DIFFENATOR3_VERSION/diffenator3-v$DIFFENATOR3_VERSION-x86_64-unknown-linux-musl.tar.gz" -- 2.47.3