From d4aeb3d1620a26357c5a4bc824fb49981f6ce59b Mon Sep 17 00:00:00 2001 From: "dzianis.lituyeu" Date: Wed, 1 Apr 2026 20:34:52 +0300 Subject: [PATCH] Fix macos runner --- .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 0541bc9..757fcaa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: artifact: tiny-proxy-linux-arm64 use-cross: true - - os: macos-13 + - os: macos-15 target: x86_64-apple-darwin artifact: tiny-proxy-macos-amd64 use-cross: false