From 43437ac64677abc7453de581228f7addd017bbf3 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Fri, 6 Dec 2024 09:33:47 +1100 Subject: [PATCH] chore(ci): upgrade macos-12 to macos-13 Ref: actions/runner-images#10721 Signed-off-by: JP-Ellis --- .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 563766d..a25c49e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: targets: x86_64-unknown-linux-gnu,x86_64-unknown-linux-musl,aarch64-unknown-linux-gnu,aarch64-unknown-linux-musl - operating-system: windows-2019 targets: aarch64-pc-windows-msvc,x86_64-pc-windows-msvc - - operating-system: macos-12 + - operating-system: macos-13 targets: aarch64-apple-darwin,x86_64-apple-darwin fail-fast: false steps: