From 72a58676c6e2e565af0749047d4363212bb4bc1a Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Sun, 2 Feb 2025 01:26:35 -0700 Subject: [PATCH] chore: Use macos-13 instead of 12 Github actions doesn't suport macos-12 anymore --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 4fb4775cf..abe440be3 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -87,7 +87,7 @@ jobs: - { target: i686-pc-windows-msvc , os: windows-2022 } - { target: i686-unknown-linux-gnu , os: ubuntu-22.04, use-cross: true } - { target: i686-unknown-linux-musl , os: ubuntu-22.04, use-cross: true } - - { target: x86_64-apple-darwin , os: macos-12 } + - { target: x86_64-apple-darwin , os: macos-13 } - { target: aarch64-apple-darwin , os: macos-14 } - { target: x86_64-pc-windows-gnu , os: windows-2022 } - { target: x86_64-pc-windows-msvc , os: windows-2022 }