From 93c1f4f10c78ef32ddbc290ed86445e358110928 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 18 Nov 2025 13:24:31 -0900 Subject: [PATCH] Update macOS runner Seems macos-13 is being deprecated. --- .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 2536983d2..76179e20d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -126,7 +126,7 @@ jobs: package-macos-amd64: name: x86-64 macOS build - runs-on: macos-13 + runs-on: macos-15-intel timeout-minutes: 15 needs: npm-version env: