From 0382e160ada10afa8fed0d37b422504d4b0acf50 Mon Sep 17 00:00:00 2001 From: Caglar Pir Date: Thu, 5 Feb 2026 06:31:40 -0800 Subject: [PATCH] Update deprecated macos-13 image to macos-15-intel --- .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 7c6720d9..d470bf15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - platform: macos-latest # M1/M2 os: macos architecture: arm64 - - platform: macos-13 # Intel + - platform: macos-15-intel # Intel os: macos architecture: x64