From dd2357101b17c8352d923f054662e2feb6ec4d57 Mon Sep 17 00:00:00 2001 From: Myriad-Dreamin Date: Thu, 28 Nov 2024 15:27:43 +0800 Subject: [PATCH] build: upgrade used macos in GitHub actions --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 917c1a5e..d10d0ceb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -40,11 +40,11 @@ jobs: rust-target: arm-unknown-linux-gnueabihf platform: linux arch: armhf - - os: macos-11 + - os: macos-13 rust-target: x86_64-apple-darwin platform: darwin arch: x64 - - os: macos-11 + - os: macos-13 rust-target: aarch64-apple-darwin platform: darwin arch: arm64