From: Marc Foley Date: Wed, 24 Apr 2024 11:38:11 +0000 (+0100) Subject: ci: pin mac version X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63d5b1d634c4cc95b2f2295dce436c66e3515561;p=thirdparty%2Fgoogle%2Ffonts.git ci: pin mac version --- diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6aa1e9d9c4..31868f577b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: python-version: ['3.10'] - os: [windows-latest, macos-latest, ubuntu-latest] + os: [windows-latest, macos-12, ubuntu-latest] steps: - name: Cancel previous uses: styfle/cancel-workflow-action@0.11.0