From 549e6339ac7687d0e076f333d1a16a777a5deabe Mon Sep 17 00:00:00 2001 From: Volker Enderlein Date: Thu, 25 Apr 2024 22:49:29 +0200 Subject: [PATCH] Update continuous-integration-workflow.yml pin macos-latest to macos-12 --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 6a55cad..e4b1a70 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -91,7 +91,7 @@ jobs: macos-build: name: MacOS Build - runs-on: macos-latest + runs-on: macos-12 steps: - name: Checkout repository uses: actions/checkout@v4