From 334e53aae57632329adf11fe5e852749b038a793 Mon Sep 17 00:00:00 2001 From: vit9696 Date: Tue, 7 May 2024 16:50:46 +0300 Subject: [PATCH] Switch to macOS 12.x for CI to maintain 10.7 compatibility --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e96ba11..9be937b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ env: jobs: build: name: Build - runs-on: macos-latest + runs-on: macos-12 env: JOB_TYPE: BUILD steps: