From fc15c6c07d9da6405adc8e723504b4a9889856a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20=C3=87etin?= Date: Mon, 14 Oct 2024 10:29:49 +0300 Subject: [PATCH] revert android builds to macos12 for now --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index fbf0631dce..220d273584 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -632,11 +632,11 @@ jobs: - run-on-os: ubuntu-20.04 target: x86 api-version: 30 - - run-on-os: macos-13 + - run-on-os: macos-12 target: arm64-v8a cmake_configure: "-DCMAKE_OSX_ARCHITECTURES=arm64" api-version: 30 - - run-on-os: macos-13 + - run-on-os: macos-12 target: x86_64 cmake_configure: "-DCMAKE_OSX_ARCHITECTURES=x86_64" api-version: 30