From cc4de0bffabe65fbcac87318317fdb8e6c6f212c Mon Sep 17 00:00:00 2001 From: antazoey Date: Mon, 22 Apr 2024 14:27:15 -0600 Subject: [PATCH] fix: mac OS CI switch from latest to 12 (#2020) --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 276a79524f..53be81bdf6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -62,7 +62,9 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] # eventually add `windows-latest` + # TODO: Replace with macos-latest when works again. + # https://github.com/actions/setup-python/issues/808 + os: [ubuntu-latest, macos-12] # eventually add `windows-latest` python-version: [3.8, 3.9, "3.10", "3.11"] env: