From 8860a4b51588145453242757895dddc127e760de Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sun, 1 Dec 2024 10:42:36 -0800 Subject: [PATCH] Add macos-latest to test matrix --- .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 6a6b757..5700c30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: max-parallel: 8 matrix: - os: [ubuntu-20.04, ubuntu-latest, macos-latest] + os: [ubuntu-20.04, ubuntu-latest, macos-12, macos-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4