From e8eb959e26cc5e6393e8a7beb1d62a6f11894c40 Mon Sep 17 00:00:00 2001 From: satoren Date: Fri, 20 Dec 2024 14:03:33 +0900 Subject: [PATCH] update ci image to macOS 13 (#318) https://github.com/actions/runner-images/issues/10721 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc8bb65..47cf107 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: use-cross: true, cross-version: "from-source", } - - { target: x86_64-apple-darwin, os: macos-12 } + - { target: x86_64-apple-darwin, os: macos-13 } - { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 } - { target: x86_64-unknown-linux-musl,