From fd94078bc935e09bdef4ea671fe5205559d9dd35 Mon Sep 17 00:00:00 2001 From: Serhii Prokhorenko Date: Mon, 6 May 2024 14:55:09 +0300 Subject: [PATCH] Switch to macOS 12 from latest, which is now macOS 14 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8a7b501..61c7a38d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ env: jobs: build: name: Build - runs-on: macos-latest + runs-on: macos-12 env: JOB_TYPE: BUILD steps: @@ -46,7 +46,7 @@ jobs: analyze-clang: name: Analyze Clang - runs-on: macos-latest + runs-on: macos-12 env: JOB_TYPE: ANALYZE steps: @@ -64,7 +64,7 @@ jobs: analyze-coverity: name: Analyze Coverity - runs-on: macos-latest + runs-on: macos-12 env: JOB_TYPE: COVERITY if: github.repository_owner == 'acidanthera' && github.event_name != 'pull_request'