From f573dee2be29a6fffed4cebd07cf7b221fd67188 Mon Sep 17 00:00:00 2001 From: Jens Reimann Date: Wed, 9 Oct 2024 09:05:11 +0200 Subject: [PATCH] ci: prepare for macos-12 deprecation --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 76dab64e..f957ae10 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -67,7 +67,7 @@ jobs: args: --features vendored - target: x86_64-apple-darwin - os: macos-12 + os: macos-13 name: trunk-x86_64-apple-darwin.tar.gz - target: aarch64-apple-darwin os: macos-14