From 10b77e79f748423df2b0d578f48b3e6d32d23603 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Tue, 14 Apr 2026 22:42:36 +0200 Subject: [PATCH] fix: drop macos-13 runner (no longer available) Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98c802f..8371180 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,6 @@ jobs: include: - os: windows-latest artifact: 8cut-windows - - os: macos-13 # Intel Mac - artifact: 8cut-macos-x86_64 - os: macos-latest # Apple Silicon artifact: 8cut-macos-arm64