From 4f778cc4da88c670207df50b2da36f0295f8f90d Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Fri, 3 May 2024 16:54:49 +0200 Subject: [PATCH] GHA: use macos-12 runner (#1386) Prevents unclear timeouts that occur with `macos-14-arm64` (see #1383). --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29869655c..121e9f75f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: file: ./coverage.xml mac: - runs-on: macos-latest + runs-on: macos-12 strategy: matrix: python-version: ['3.12']