From 8d11c7ea98eb0d9ba422ce0e58dfd2ed7b84ac87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=98=D0=B7?= =?UTF-8?q?=D0=B2=D0=BE=D0=BB=D0=BE=D0=B2?= Date: Thu, 13 Feb 2025 23:39:54 +0300 Subject: [PATCH] =?UTF-8?q?refs=20#174=20=D0=A1=D0=B1=D0=BE=D1=80=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B0=2012-=D0=B9=20=D0=BC=D0=B0=D0=BA=D0=BE?= =?UTF-8?q?=D1=81=D0=B8=20=D1=83=D0=B6=D0=B5=20=D0=BD=D0=B5=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=B8=D0=B2=D0=B0=D0=B5=D1=82?= =?UTF-8?q?=D1=81=D1=8F=20=D0=B3=D0=B8=D1=82=D1=85=D0=B0=D0=B1=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 56ebf89..7cf9536 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12, macos-13, macos-14] + os: [macos-13, macos-14] build_type: ["Debug", "Release"] runs-on: ${{matrix.os}}