From fb14d5863bd6a9299f7173dfa9abef9dead7b504 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Fri, 26 Apr 2024 13:11:57 +0100 Subject: [PATCH] add note --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 026b0ec..729a84c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,6 +29,8 @@ jobs: strategy: fail-fast: false matrix: + # Note: we temporarily pin to macos-12 to avoid compatibility issues + # between AT22+ and macos-13+ runners os: [ubuntu-latest, macos-12] python-version: ["3.11",]