From e94a2c900f911a2f496924c1721ad4386bbb8e4b Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 18 Nov 2024 19:40:42 +0300 Subject: [PATCH] ci: use macos-13, as macos-12 is deprecated by GitHub --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 94e8ae2f..425a0b6a 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -59,10 +59,10 @@ jobs: - os: windows-2019 # always use the oldest possible for 32-bit because of older compilers, and better support of certain legacy OSes targetos: win32 targetarch: i386 - - os: macos-14 # in GitHub documentation, it's an ARM64 machine + - os: macos-14 # arm64 as per github documentation targetos: apple targetarch: arm64 - - os: macos-12 # in GitHub documentation, it's an x86 machine + - os: macos-13 # x86 as per github documentation (will they fix it before they deprecate this version?..) targetos: apple targetarch: amd64 env: