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: