From 0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Tue, 17 Mar 2026 13:23:10 +0100 Subject: [PATCH] Remove macos-13 (Intel) runner from CI (#388) macos-13 was retired by GitHub in December 2025 and no longer works. Intel-based macOS runners are being phased out entirely by GitHub, with only expensive *-large variants remaining as alternatives. Closes #387 Made-with: Cursor --- .github/workflows/workflow.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 296f8fe..8497629 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -30,7 +30,6 @@ jobs: - ubuntu-latest - windows-latest - macos-latest - - macos-13 channel: [stable, beta, master] dry-run: [true, false] git-source: @@ -80,7 +79,7 @@ jobs: strategy: matrix: operating-system: - [ubuntu-latest, windows-latest, macos-latest, macos-13] + [ubuntu-latest, windows-latest, macos-latest] steps: - name: Clone repository