From 137dad2f120ce8491034ed5190c04394ec2fac5c Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Fri, 10 May 2024 01:39:15 +0200 Subject: [PATCH] GHA: Switch from macos-latest (currently *arm64* macOS 14) to macOS 12 --- .github/workflows/build_release_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_release_template.yml b/.github/workflows/build_release_template.yml index 2b0ad631..bf9c6864 100644 --- a/.github/workflows/build_release_template.yml +++ b/.github/workflows/build_release_template.yml @@ -126,7 +126,7 @@ jobs: include: - os: ubuntu-20.04 target: linux - - os: macos-latest + - os: macos-12 target: osx - os: windows-2019 target: windows