From ed99165c4062def0fca6c052c0d5117555b22586 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Tue, 3 Dec 2024 09:37:22 -0800 Subject: [PATCH] Update CI configuration --- .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 61b4e77..875221d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, ubuntu-24.04, macos-12, macos-15] + os: [ubuntu-20.04, ubuntu-latest, macos-13, macos-latest] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: