From 733b9e12e41d979282b2343decb099546545292d Mon Sep 17 00:00:00 2001 From: David Peter Date: Fri, 27 Dec 2024 14:25:01 +0100 Subject: [PATCH] Fix CI --- .github/workflows/CICD.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index c5adaef..38d398e 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -76,7 +76,8 @@ jobs: - { target: i686-pc-windows-msvc , os: windows-2019 } - { target: i686-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true } - { target: i686-unknown-linux-musl , os: ubuntu-20.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-15 } - { target: x86_64-pc-windows-gnu , os: windows-2019 } - { target: x86_64-pc-windows-msvc , os: windows-2019 } - { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, use-cross: true }