Browse Source

Remove macos-13 from CI

Signed-off-by: falkTX <falktx@falktx.com>
wayland-v2
falkTX 1 month ago
parent
commit
7950ee966b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 0 additions and 31 deletions
  1. +0
    -1
      .github/workflows/build.yml
  2. +0
    -15
      .github/workflows/cmake.yml
  3. +0
    -15
      .github/workflows/example-plugins.yml

+ 0
- 1
.github/workflows/build.yml View File

@@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
os:
- macos-13
- macos-14
- macos-15
# webgui failure


+ 0
- 15
.github/workflows/cmake.yml View File

@@ -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:


+ 0
- 15
.github/workflows/example-plugins.yml View File

@@ -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:


Loading…
Cancel
Save