From 3057e1549bb3998eb54ba0810f3e0effce00ff70 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Tue, 6 May 2025 19:14:54 +0300 Subject: [PATCH] [CI] Update environments ubuntu-20.04 is dropped, macos-15 is available --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c9930c8..87edd04 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,8 +6,9 @@ jobs: fail-fast: false matrix: os: + - ubuntu-24.04 - ubuntu-22.04 - - ubuntu-20.04 + - macos-15 - macos-14 - macos-13 runs-on: ${{ matrix.os }}