From 80e1fcb41173448bd1ca4a5ca9cb224b50f8647e Mon Sep 17 00:00:00 2001 From: clux Date: Mon, 9 Sep 2024 14:43:38 +0100 Subject: [PATCH] ci: drop macos 11 in favour of macos-latest Signed-off-by: clux --- .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 8fed7ff..61dbe59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: experimental: false - name: mac-arm64 - os: macos-11.0 + os: macos-latest target: aarch64-apple-darwin cross: true experimental: true