From 42d2f9cad155a0fe8e239387a991ba607fb25eb9 Mon Sep 17 00:00:00 2001 From: Serhii Prokhorenko Date: Mon, 5 Aug 2024 18:45:40 +0300 Subject: [PATCH] Temporary reverting Analyze Coverity to macos-12 instead of macos-latest --- .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 d4800247c0..d7ef32db81 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -70,7 +70,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'