From 40f5211d5bd0549ea71c6fd4cdfbda064a22c213 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 17:19:52 +0000 Subject: [PATCH] ci: update macOS runners for Intel and Apple Silicon - Updates existing Intel build to use `macos-15-intel` to avoid `macos-13` deprecation. - Adds new `macos-15` build target for Apple Silicon (arm64). --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d371d3a..fd1c347 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,10 @@ jobs: - os: windows-latest artifact_name: lanshare.exe asset_name: lanshare-windows-amd64 - - os: macos-13 + - os: macos-15-intel artifact_name: lanshare asset_name: lanshare-macos-amd64 - - os: macos-14 + - os: macos-15 artifact_name: lanshare asset_name: lanshare-macos-arm64