From 500d385e6beff96e5a587a87d93d05d66ca95cb0 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 5 Nov 2025 09:10:12 +0500 Subject: [PATCH] ci: use macos-15-intel for x86 engine builds --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 56e11cc1..fbe10f69 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -69,7 +69,7 @@ jobs: - os: macos-latest targetos: ios targetarch: arm64 - - os: macos-13 # x86 as per github documentation (will they fix it before they deprecate this version?..) + - os: macos-15-intel targetos: apple targetarch: amd64 env: