From 69a46718bd3596b65a4f0bb9b27ef8a723706ccd Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Mon, 4 Nov 2024 17:18:59 +0100 Subject: [PATCH] chore: update to latest macos-14 runner macos-12 is being deprecated. See https://github.com/actions/runner-images/issues/10721 --- .github/workflows/build-crates-standalone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-crates-standalone.yml b/.github/workflows/build-crates-standalone.yml index de1111b..75641b7 100644 --- a/.github/workflows/build-crates-standalone.yml +++ b/.github/workflows/build-crates-standalone.yml @@ -53,8 +53,8 @@ jobs: - { target: armv7-unknown-linux-gnueabihf, os: ubuntu-20.04 } - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04 } - { target: aarch64-unknown-linux-musl, os: ubuntu-20.04 } - - { target: x86_64-apple-darwin, os: macos-12 } - - { target: aarch64-apple-darwin, os: macos-12 } + - { target: x86_64-apple-darwin, os: macos-14 } + - { target: aarch64-apple-darwin, os: macos-14 } - { target: x86_64-pc-windows-msvc, os: windows-2019 } - { target: x86_64-pc-windows-gnu, os: windows-2019 } steps: