From 811765f6a1bba8e387b5194a9ccad40a6efb3966 Mon Sep 17 00:00:00 2001 From: Mike Beaton Date: Thu, 2 May 2024 08:26:44 +0100 Subject: [PATCH] Workflows: Pin to macos-12 --- .github/workflows/build_uncrustify.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_uncrustify.yml b/.github/workflows/build_uncrustify.yml index fc6bd0c..201e51f 100644 --- a/.github/workflows/build_uncrustify.yml +++ b/.github/workflows/build_uncrustify.yml @@ -13,7 +13,7 @@ env: jobs: build-macos: name: macOS - runs-on: macos-latest + runs-on: macos-12 env: JOB_TYPE: BUILD steps: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index daf4faa..26f953d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ on: jobs: analyze-shell-scripts: name: Shell Scripts - runs-on: macos-latest + runs-on: macos-12 env: JOB_TYPE: ANALYZE steps: