From 3c62f19c04a8899989fc859bdc39624b5cf1e54c Mon Sep 17 00:00:00 2001 From: ZJaume Date: Tue, 7 Jan 2025 10:56:58 +0000 Subject: [PATCH] [GA] Update to MacOS 13 --- .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 a8a45f6..a8b3e27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,7 +75,7 @@ jobs: strategy: matrix: platform: - - runner: macos-12 + - runner: macos-13 target: x86_64 - runner: macos-14 target: aarch64