From 94c8cd3288f83550b1864bfcbe8891f0936b8d79 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Tue, 24 Dec 2024 19:18:55 +0400 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/mac.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index c35eee1419..121f617f79 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -58,7 +58,7 @@ jobs: defaults: run: shell: bash - runs-on: 'macos-14-xlarge-xlarge' + runs-on: 'macos-14-xlarge' env: MACOSX_DEPLOYMENT_TARGET: '11.0' CMAKE_BUILD_TYPE: 'Release'