From a9f836e20cd5ba3120a95ad0fc5b7b63143d74cb Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Tue, 7 Apr 2026 14:23:43 -0500 Subject: [PATCH] bump macos runner version --- .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 31d0418..2f6ee8f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -27,7 +27,7 @@ jobs: - run: npm ci - run: npm run release build-macos: - runs-on: macos-13 + runs-on: macos-14 env: CSC_LINK: ${{ secrets.MACOS_CSC_LINK }} CSC_KEY_PASSWORD: ${{ secrets.MACOS_CSC_KEY_PASSWORD }}