From 7950ee966b0df76d75d5f898d497ab48ca917def Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 27 Dec 2025 23:35:41 +0100 Subject: [PATCH] Remove macos-13 from CI Signed-off-by: falkTX --- .github/workflows/build.yml | 1 - .github/workflows/cmake.yml | 15 --------------- .github/workflows/example-plugins.yml | 15 --------------- 3 files changed, 31 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00bac561..a45dc315 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,6 @@ jobs: strategy: matrix: os: - - macos-13 - macos-14 - macos-15 # webgui failure diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a57e4b65..4d2c77bd 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -39,21 +39,6 @@ jobs: suffix: _24_04 target: ${{ matrix.target }} - macos-13: - strategy: - matrix: - target: [macos-intel, macos-universal, macos-10.15] - runs-on: macos-13 - steps: - - uses: actions/checkout@v4 - with: - submodules: recursive - - uses: distrho/dpf-cmake-action@v1 - with: - dpf_path: . - suffix: _13 - target: ${{ matrix.target }} - macos-14: strategy: matrix: diff --git a/.github/workflows/example-plugins.yml b/.github/workflows/example-plugins.yml index 86bd43e0..b0d164ad 100644 --- a/.github/workflows/example-plugins.yml +++ b/.github/workflows/example-plugins.yml @@ -39,21 +39,6 @@ jobs: suffix: _24_04 target: ${{ matrix.target }} - macos-13: - strategy: - matrix: - target: [macos-intel, macos-universal, macos-10.15] - runs-on: macos-13 - steps: - - uses: actions/checkout@v4 - with: - submodules: recursive - - uses: distrho/dpf-makefile-action@v1 - with: - dpf_path: . - suffix: _13 - target: ${{ matrix.target }} - macos-14: strategy: matrix: