From a980edc5b9ed7188810c94f7557c5cf5f5db3dfc Mon Sep 17 00:00:00 2001 From: Ilya Andreev Date: Tue, 8 Oct 2024 10:35:57 +0300 Subject: [PATCH] Update used macos images (#127) - macos 12 is now deprecated: (https://github.com/actions/runner-images/issues/10721) - macos 15 is now available: (https://github.com/actions/runner-images/issues/10686) --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c1f2d6..142a820 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,8 +14,8 @@ jobs: os: - ubuntu-20.04 - ubuntu-24.04 - - macos-12 - - macos-14 + - macos-13 + - macos-15 - windows-2019 - windows-2022 steps: