From aa2207b8f93f3d1beb7db1ae91cdf8b935a75ed3 Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 27 Aug 2025 11:04:45 +0200 Subject: [PATCH] remove macos-13 from the matrix It is no longer supported, starting from September 1st: https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down --- .github/workflows/common.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/common.yml b/.github/workflows/common.yml index 961fa78..100aeaf 100644 --- a/.github/workflows/common.yml +++ b/.github/workflows/common.yml @@ -39,10 +39,6 @@ jobs: cpu: amd64 platform: x64 builder: ubuntu-24.04 - - os: macos - cpu: amd64 - platform: x64 - builder: macos-13 - os: windows cpu: amd64 platform: x64