From fb616b7e120d3f62aa4140b8361413d5a66f0c47 Mon Sep 17 00:00:00 2001 From: nmammeri Date: Thu, 4 Jul 2024 14:33:56 +0200 Subject: [PATCH] ci: use macos-12 --- .github/workflows/release_pyton_pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pyton_pytest.yml b/.github/workflows/release_pyton_pytest.yml index cef8af1..f51dc87 100644 --- a/.github/workflows/release_pyton_pytest.yml +++ b/.github/workflows/release_pyton_pytest.yml @@ -139,7 +139,7 @@ jobs: strategy: matrix: platform: - - runner: macos-latest + - runner: macos-12 target: x86_64 - runner: macos-14 target: aarch64