From f8e8d4d5bc1e1ba59832a7ab8616abec10959164 Mon Sep 17 00:00:00 2001 From: David Seddon Date: Wed, 29 Jan 2025 09:42:41 +0000 Subject: [PATCH] Update macos runner to macos-14 The macos-12 image is deprecated. --- .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 6ae2a4a..6af16fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: strategy: matrix: platform: - - runner: macos-12 + - runner: macos-14 target: x86_64 - runner: macos-14 target: aarch64