From 1f86044a8b3ab1c7eb5163e5faaef8059f738075 Mon Sep 17 00:00:00 2001 From: Serhii Prokhorenko Date: Mon, 5 Aug 2024 17:15:12 +0300 Subject: [PATCH] Update clang and coverity to macos-latest --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0120dc3..6e09f7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -98,7 +98,7 @@ jobs: analyze-clang: name: Analyze Clang - runs-on: macos-12 + runs-on: macos-latest env: JOB_TYPE: ANALYZE steps: @@ -113,7 +113,7 @@ jobs: analyze-coverity: name: Analyze Coverity - runs-on: macos-12 + runs-on: macos-latest env: JOB_TYPE: COVERITY if: github.repository_owner == 'acidanthera' && github.event_name != 'pull_request'