From 9fd59f3113d9748609c1673cc7ea6aefdae942d7 Mon Sep 17 00:00:00 2001 From: deedy5 <65482418+deedy5@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:25:35 +0300 Subject: [PATCH] CI: macos - update runner (macos-12 to macos-13) --- .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 8ea2588..8644862 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -241,7 +241,7 @@ jobs: fail-fast: false matrix: platform: - - runner: macos-12 + - runner: macos-13 target: x86_64 - runner: macos-14 target: aarch64